@import url("../renaissance.css");
@import url("../lib/sharing.css");
@import url("../../../../lib/player.css");
@import url("../../../../lib/teaser.css");
@import url("../../../../lib/video.css");
@import url('../lib/program.css');
@import url("../lib/ticket_options.css");

h1 {
    text-align: center;
    background-color: var(--white);
    padding: 1.5rem 2.5rem;
    margin: 0 0 1rem 0;
    width: calc(100% - 5rem);
}

main {
    padding-bottom: 0;
    background-color: var(--light-brand-color);
}

.event-page-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
}

.event-overview {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    background-color: var(--light-brand-color);
    color: var(--light-brand-contrast-color);
    min-height: 100vh;
    padding-bottom: calc(75px + 1rem)
}

.event-meta-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 5rem);
    padding: 1.5rem 2.5rem;
}

.venue-title {
    margin: 0 0 1rem 0;
}

.event-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    background-color: var(--white);
    color: var(--black);
    min-height: 100vh;
    padding-bottom: calc(75px + 1rem)
}


.event-poster, .mobile-event-poster {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.event-poster img, .mobile-event-poster img {
    width: 100%;
    object-fit: contain;
}

.mobile-event-poster {
    display: none;
}

.event-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 3rem);
    padding: 1.5rem;
}

.event-main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(65% - 6rem);
    padding: 0 3rem;
}

.event-main-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
}

.event-location {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--dark-brand-color);
    width: calc(100% - 8rem);
    margin: 2rem;
    padding: 2rem;
    border-radius: 8px;
    color: var(--dark-brand-contrast-color);
}

.synopsis {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}


.map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    border: solid 1px var(--light-brand-color);
    margin: 0 0 1rem 0;
}

.event-venue {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 2rem;
}

.event-address {
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
}

span.meta-label {
    width: 8rem;
}

.meta-group ul {
    margin: 0.5rem 0 0.5rem 2rem;
}


.quick-actions {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem;
    width: calc(100% - 2rem);
}

.quick-actions .dots-container {
    margin-top: 1rem;
}

.quick-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0.5rem 0;
    color: var(--light-brand-contrast-color);
}

.quick-action.favorites-action {
    display: none;
}

.quick-action img {
    height: 1.5rem;
    margin-inline-end: 1rem;
}

.quick-action-info {
    font-size: 1rem;
    margin: 1rem 0 0 0;
}

.weather {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

div.geo-fence {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.buy-tickets-button, .join-stream-button, .countdown-button, .watch-now-button {
    display: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
}
