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


h1.ff-title {
    width: 100%;
    margin: 0;
    justify-content: center;
}

.deadline.meta {
    width: 100%;
    text-align: center;
    display: inherit;
    font-size: 0.8rem;
    margin: 0.25rem 0;
}

.deadline.meta .meta-label {
    width: unset;
}

.voting-closed {
    display: none;
    color: var(--error-color);
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    margin: 0.25rem 0;
}

.vote-title.no-vote {
    color: var(--error-color);
}

p.voting-info {
    margin: 0 0 3rem 0;
}

p.no-nominees {
    display: none;
    color: var(--error-color);
    margin: 0 0 3rem 0;
}

h2.my-votes {
    margin: 1rem 0;
    text-transform: uppercase;
}

.category-list {
    display: flex;
    flex-direction: column;
    width: calc(25% - 2rem);
    padding: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.vote-placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.vote-placeholder.not-eligible {
    opacity: 0.25;
}

.vote-placeholder .info {
    margin: 0.5rem;
}

.vote-placeholder h2, .vote-placeholder h3 {
    text-align: center;
}

h2.vote-title {
    font-size:  1.5rem;
    margin: 0.25rem 0;
}

h3.audience-category {
    color: var(--dark-brand-color);
    font-weight: 400;
}

.vote-dnd {
    position: absolute;
    top: 0;
    left:  0;
    z-index: 8;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--shadow-color);
    width: 100%;
    height: 100%;
    font-size: 3rem;
    color: var(--white);
}

.drag-target-active .vote-dnd {
    display: flex;
}

.vote-placeholder .poster img {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.nominees {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:  calc(75% - 3rem);
    padding: 0 1.5rem;
}

.selection {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 1rem 1.5rem 1rem;
    width: calc(300px);
}

.selection h3 {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.selection .poster, .selection .info {
    width: calc(100% - 4rem);
    padding: 0 2rem;
}

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

ul.nominations {
    list-style: none;
    font-family: var(--spq-serif);
    width: 100%;
    text-align: center;
}

