@import url('../default.css');
@import url('../../../video.css');

.block-banner {
    width: 100%;
}

.block-banner img {
    width: 100%;
    object-fit: contain;
}

.block-body {
    background-color: var(--light-background-color);
    min-height: 95vh;
    padding: 0 0 5vh 0;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.block-info {
    display: flex;
    flex-direction: column;
    color: var(--dark-text-color);
    width: 20%;
    margin: 50px 50px 50px auto;
}

.block-info h1 {
    margin: 0;
    padding: 0;
    color: var(--primary-color);
}

.block-info .runtime {
    font-size: 10pt;
}

.block-dates {
    margin: 10px 0;
}

.block-items {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 auto 60px auto;
    background-color: var(--primary-color);
    color: var(--primary-contrast-color);
}

.film-summary-panel {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.film-summary-panel:not(:last-child) {
    border-bottom: solid 1px var(--divider-color);
}

.poster-container {
    width: 300px;
    height: 169px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px 25px;
}

.poster-container .poster {
    display: flex;
    width: 250px;
}

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

.summary-container {
    display: flex;
    flex-direction: column;
    margin: 10px 25px 10px 5px;
    width: 100%;
}

.block-items .headline {
    display: flex;
    flex-direction: column;
}


.block-items .headline h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.film-notes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    font-size: 10pt;
}

.block-items .synopsis {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.film-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
}

.film-actions a, .film-actions a:visited {
    color: var(--primary-contrast-color);
}

.block-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    color: var(--dark-text-color);
    width: 20%;
    margin: 50px 50px 50px auto;
}

ul.ticket-options {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
}

ul.ticket-options li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 3px 0;
}

.block-buttons {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 15px;
}

.block-actions button {
    width: 150px;
}

.action-button, .blocked-message {
    display: none;
}

.access-allowed {
    display: none;
}
