@import url("../snowfall.css");
@import url("../lib/sharing.css");


main {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.venue-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(400px - 4rem);
    padding: 2rem 0.5rem 0 3.5rem;
}

.venue-title {
    background-color: var(--light-brand-color);
    padding: 1rem;
    border-radius: 4px;
    margin: 0 0 1rem 0;
}

h1 {
    color: var(--light-brand-contrast-color);
    width: 100%;
    justify-content: center;
    margin: 0;
    text-align: center;
}

.venue-location {
    display: block;
    width: calc(400px - 4rem);
}

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

.map-container > * {
    width: calc(400px - 4rem) !important;
}

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

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


.venue-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 400px);
}

.poster-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
    width: calc(100% - 8rem);
    z-index: -1;
}

.venue-poster {
    display: block;
    width: 100%;
    height: calc((100vw - (400px + 8rem)) * (9/16));
}

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

button.play-venue {
    display: flex;
    flex-direction: row;
    height: 3rem;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.venue-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: calc(100% - 4rem);
    padding: 2rem 2rem 0 2rem;
}

.venue-details-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 2rem;
    width: calc(100% - 4rem);
}

.venue-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 2rem);
    padding: 0 2rem 2rem 0;
}

.synopses {
    margin: 1.5rem 0;
}

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

.quick-actions {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 2rem 0;
}

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

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

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

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

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    opacity: 0.6;
    margin: 1rem 0;
}

.social-link img {
    height: 25px;
    object-fit: contain;
}


span.searchable:not(:last-of-type):after, span.language:not(:last-of-type):after {
    content: ",";
}

span.searchable:not(:last-of-type), span.language:not(:last-of-type) {
    margin-inline-end: 0.25rem;
}


.social-links .social-link {
    margin: 0 1rem;
}


.event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1rem 2rem 1rem;
    width: 250px;
}

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

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

.event .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0.25rem 0 0 0;
}

.event .info .date {
    font-size: 0.8rem;
    margin: 0.15rem 0 0 0;
}

.event .info h3 {
    display: flex;
    width: 100%;
    font-weight: normal;
    color: var(--titles);
    font-size: 1rem;
    margin: 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    white-space: nowrap;
}

h4 {
    font-weight: normal;
    color: var(--titles);
}

.meta-group li {
    margin: 0.5rem 1rem;
}
