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


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

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

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

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

.selection h4 {
    margin: 0;
    font-size: 0.8rem
}

.selection .submission-category {
    font-family: var(--spq-serif);
    margin: 0.1rem 0 0 0;
}

h4 ~ span.submission-category {
    margin: 1rem 0 0 0 !important;
}

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

.synopsis {
    display: none;
}

#edition_filter a {
    color: var(--dark-links);
    font-weight: 100;
}

#edition_filter a.current-filter {
    font-weight: 400;
}
