@import url("../renaissance.css");
@import url("../lib/directories.css");

.event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 2rem 1rem;
    padding: 0;
    height: calc(150px + 5rem);
}

.event .poster {
    height: 150px;
    padding: 0;
    margin: 0;
}

.event .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 6rem;
}

.event h3 {
    margin: 0.5rem 0 0.1rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}

.event-graphics {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--dark-brand-color);
    color: var(--white);
}

.event-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event-icons img {
    width: 1.5rem;
    margin: 0.5rem;
    object-fit: contain;
}

.event .poster {
    height: 150px;
}

.event .poster img {
    height: 100%;
    object-fit: contain;
}

.event-date {
    font-size: 0.8rem;
}

.highlighted-events {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: solid 1px var(--light-brand-color);
}

.highlighted-events .event {
    height: calc(200px + 5rem);
}

.highlighted-events .event .poster {
    height: 200px;
}

.event .info {
    margin: 0.5rem 0;
}

.event .info > * {
    margin: 0.25rem 0;
}
