/* Shared ticket picker and QuickTickets showtime UI */

.show-time-subheader {
    font-size: 0.8rem;
    font-weight: bold;
}

@media (min-width: 641px) {
    #movie-grid .movie-times {
        margin-top: 0.375rem;
    }
}

/* QuickTickets filters */

:root {
    --quicktickets-control-height: 6.4775rem;
}

#content header.quicktickets-header {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.quicktickets-header-layout {
    margin: 0 0 0;
    max-width: none;
}

.quicktickets-filter-panel {
    align-items: end;
    display: grid;
    gap: 0.875rem;
    grid-template-columns: minmax(20rem, 26rem) minmax(0, 1fr);
    position: relative;
}

.quicktickets-location-column h1.quicktickets {
    margin: 0 !important;
    padding-top: 0 !important;
    text-align: left;
}

.quicktickets-location-column {
    display: grid;
    row-gap: 1.125rem;
}

.quicktickets-date-column {
    min-width: 0;
}

.quicktickets-your-smg {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: minmax(0, 1fr);
}

.quicktickets-location-card {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-top: 4px solid #f23f26;
    border-radius: 0;
    box-sizing: border-box;
    color: #1a1a1a;
    cursor: pointer;
    display: block;
    margin: 0 !important;
    min-height: var(--quicktickets-control-height);
    padding: 0.625rem 0.875rem 0.6875rem;
    position: relative;
    text-align: left;
    transition: background-color 140ms ease, border-color 140ms ease;
    max-width: 100%;
    width: 100%;
}

.quicktickets-location-card:hover,
.quicktickets-location-card:focus {
    background: #fafafa;
    border-color: #f23f26;
    color: #1a1a1a;
    outline: none;
}

.quicktickets-location-kicker {
    color: #f23f26;
    display: block;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.125rem;
    text-transform: uppercase;
}

.quicktickets-location-name {
    color: #1a1a1a;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.125rem;
    overflow: visible;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quicktickets-location-address {
    color: #666;
    display: block;
    font-size: 0.8125rem;
    line-height: 1.25;
    overflow: visible;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quicktickets-location-action {
    color: #333;
    display: inline-block;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 0.3125rem;
    text-transform: uppercase;
}

.quicktickets-location-card:hover .quicktickets-location-action,
.quicktickets-location-card:focus .quicktickets-location-action {
    color: #f23f26;
}

.quicktickets-location-action:after {
    display: none;
}

.quicktickets-use-location {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #f23f26;
    cursor: pointer;
    display: inline;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.125rem;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    min-height: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    transition: color 140ms ease;
    white-space: nowrap;
    width: auto;
}

.quicktickets-date-select {
    min-width: 0;
}

.quicktickets-use-location:hover,
.quicktickets-use-location:focus {
    background: transparent;
    color: #1a1a1a;
    outline: none;
    text-decoration: underline;
}

.quicktickets-use-location:disabled {
    cursor: wait;
    opacity: 0.62;
}

.quicktickets-date-select label {
    color: #f23f26;
    display: block;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 0.375rem;
    padding: 0;
    text-transform: uppercase;
}

.quicktickets-geo-status {
    color: #555;
    font-size: 0.8125rem;
    grid-column: 1 / -1;
    line-height: 1.3;
    margin-top: 0;
    min-height: 0;
    text-align: right;
}

.quicktickets-geo-status:not(:empty) {
    margin-top: 0.5rem;
    min-height: 1.0625rem;
}

.quicktickets-showtime-bar {
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 0 1rem;
    padding: 0.5rem 0;
}

.quicktickets-location-messages {
    color: #555;
    flex: 1 1 20rem;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: right;
}

.quicktickets-location-messages:empty {
    display: none;
}

.quicktickets-location-message,
.quicktickets-location-message p {
    align-items: center;
    background: transparent;
    border: 0;
    color: #555;
    display: inline-flex;
    gap: 0.5rem;
    margin: 0.125rem 0;
    padding: 0;
    text-align: left;
}

.quicktickets-location-message:empty,
.quicktickets-location-message p:empty {
    display: none;
}

.quicktickets-location-message p {
    font-size: inherit !important;
}

.quicktickets-location-message br:first-child,
.quicktickets-location-message b > br:first-child {
    display: none;
}

.quicktickets-location-message:before {
    background: #999;
    content: "";
    display: inline-flex;
    flex: 0 0 auto;
    height: 0.3125rem;
    line-height: 1;
    width: 0.3125rem;
}

.quicktickets-location-messages a {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.125rem;
}

.quicktickets-location-messages a:hover,
.quicktickets-location-messages a:focus {
    color: #f23f26;
}

.quicktickets-showtime-context {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 0.25rem 0.625rem;
    margin: 0;
    min-width: 0;
    padding: 0;
}

.quicktickets-showtime-context-kicker {
    color: #f23f26;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
}

.quicktickets-showtime-context-date {
    color: #111;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

#movie-grid .movie-times .button,
#movie-grid .movie-times a {
    font-weight: 400;
}

.showtime-floating-tooltip {
    background: #f7f7f7;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
    color: #111;
    display: none;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 0.375rem 0.5rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(-50%, 0);
    white-space: nowrap;
    z-index: 100001;
}

.showtime-floating-tooltip.is-visible {
    display: block;
}

#movie-grid .movie-times a.button {
    align-items: center;
    background: #222;
    border: 1px solid #3a3a3a;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 2.125rem;
    min-height: 2.125rem;
    min-width: 4.375rem;
    overflow: hidden;
    padding: 0.5rem 0.625rem 0.625rem;
    position: relative;
    text-decoration: none;
    width: 4.375rem;
}

#movie-grid .movie-times a.button.dkgray:hover,
#movie-grid .movie-times a.button.dkgray:focus {
    background: #222;
    color: #fff;
}

#movie-grid .movie-times a.button.disabled,
#movie-grid .movie-times a.button.sold-out,
#movie-grid .movie-times a.showtime-is-unavailable {
    cursor: not-allowed;
}

#movie-grid .movie-times a.button.disabled:hover,
#movie-grid .movie-times a.button.disabled:focus,
#movie-grid .movie-times a.button.sold-out:hover,
#movie-grid .movie-times a.button.sold-out:focus,
#movie-grid .movie-times a.showtime-is-unavailable:hover,
#movie-grid .movie-times a.showtime-is-unavailable:focus {
    cursor: not-allowed;
}

#movie-grid .movie-times .showtime-time {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

#movie-grid .movie-times .showtime-capacity-meter {
    background: #3b3b3b;
    bottom: 0;
    box-shadow: none;
    display: block;
    height: 0.375rem;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    transition: height 120ms ease;
    z-index: 4;
}

#movie-grid .movie-times .showtime-capacity-meter:after {
    bottom: 0;
    content: "";
    display: block;
    height: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
}

#movie-grid .movie-times .showtime-capacity-fill {
    pointer-events: none;
}

#movie-grid .movie-times .showtime-availability-unknown:after,
#movie-grid .movie-times .showtime-is-unavailable:after {
    background: rgba(255, 255, 255, 0.22);
    bottom: 0;
    content: "";
    display: block;
    height: 0.375rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 2;
}

#movie-grid .movie-times .showtime-capacity-fill {
    background: var(--showtime-capacity-open, #c8c8c8);
    display: block;
    height: 100%;
}

#movie-grid .movie-times .showtime-capacity-filling .showtime-capacity-fill {
    background: var(--showtime-capacity-filling, #c8c8c8);
}

#movie-grid .movie-times .showtime-capacity-moderate .showtime-capacity-fill {
    background: var(--showtime-capacity-moderate, #c8c8c8);
}

#movie-grid .movie-times .showtime-capacity-limited .showtime-capacity-fill {
    background: var(--showtime-capacity-limited, #c8c8c8);
}

#movie-grid .movie-times .showtime-capacity-sold-out {
    background: rgba(255, 255, 255, 0.18);
}

#movie-grid .movie-times .showtime-capacity-sold-out .showtime-capacity-fill {
    background: #777;
}

.quicktickets-muted-capacity #movie-grid,
#movie-grid.quicktickets-muted-capacity {
    --showtime-capacity-open: #c8c8c8;
    --showtime-capacity-moderate: #c8c8c8;
    --showtime-capacity-filling: #c8c8c8;
    --showtime-capacity-limited: #c8c8c8;
}

.smg-showtime-buttons {
    margin: 1rem 0 0;
}

.smg-showtime-button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.smg-showtime-button {
    align-items: center;
    background: #222;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 2.375rem;
    min-width: 5rem;
    overflow: hidden;
    padding: 0.625rem 0.875rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 120ms ease, border-color 120ms ease;
    white-space: nowrap;
}

.smg-showtime-button:hover,
.smg-showtime-button:focus,
.smg-showtime-button.is-selected {
    background: #111;
    border-color: #111;
    color: #fff;
    outline: none;
}

a.smg-showtime-button,
a.smg-showtime-button:hover,
a.smg-showtime-button:focus,
a.smg-showtime-button:visited {
    color: #fff;
    text-decoration: none;
}

.smg-showtime-button.is-disabled {
    cursor: not-allowed;
}

.smg-showtime-button .showtime-time {
    color: #fff;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.smg-showtime-button .showtime-capacity-meter {
    background: #3b3b3b;
    bottom: 0;
    display: block;
    height: 0.375rem;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    transition: height 120ms ease;
    z-index: 4;
}

.smg-showtime-button .showtime-capacity-meter:after {
    bottom: 0;
    content: "";
    display: block;
    height: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
}

.smg-showtime-button .showtime-capacity-fill {
    background: var(--showtime-capacity-open, #c8c8c8);
    display: block;
    height: 100%;
    pointer-events: none;
}

.smg-showtime-button .showtime-capacity-filling .showtime-capacity-fill {
    background: var(--showtime-capacity-filling, #c8c8c8);
}

.smg-showtime-button .showtime-capacity-moderate .showtime-capacity-fill {
    background: var(--showtime-capacity-moderate, #c8c8c8);
}

.smg-showtime-button .showtime-capacity-limited .showtime-capacity-fill {
    background: var(--showtime-capacity-limited, #c8c8c8);
}

.smg-showtime-button .showtime-capacity-sold-out {
    background: rgba(255, 255, 255, 0.18);
}

.smg-showtime-button .showtime-capacity-sold-out .showtime-capacity-fill {
    background: #777;
}

.smg-showtime-empty {
    background: #fafafa;
    border-left: 3px solid #cfcfcf;
    box-sizing: border-box;
    color: #333;
    margin: 1rem 0 1.25rem;
    max-width: 38rem;
    padding: 0.875rem 1rem;
}

.smg-showtime-empty p {
    color: #333;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0 0 0.75rem;
}

.smg-showtime-empty-action {
    background: #f23f26;
    border: 1px solid #f23f26;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
}

.smg-showtime-empty-action:hover,
.smg-showtime-empty-action:focus {
    background: #111;
    border-color: #111;
    color: #fff;
    outline: none;
}

#quicktickets-filters .quicktickets-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    height: 2.3125rem;
    line-height: 2.3125rem;
    margin: 0;
    padding: 0 2.375rem 0 0.875rem;
    text-indent: 0;
    width: 100%;
}

#quicktickets-filters .choices {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    margin: 0;
}

#quicktickets-filters .choices__inner {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555;
    display: flex;
    height: 34px;
    min-height: 34px;
    padding: 0;
    width: 100%;
}

#quicktickets-filters .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 0;
}

#quicktickets-filters .choices__list--single {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 19.6px;
    padding: 0 32px 0 12px;
    width: 100%;
}

#quicktickets-filters .choices__list--single .choices__item {
    color: #555;
    line-height: 19.6px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#quicktickets-filters .choices[data-type*='select-one']::after {
    border-color: #333 transparent transparent;
    right: 13px;
}

#quicktickets-filters .choices[data-type*='select-one'].is-open::after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
}

#quicktickets-filters .is-focused .choices__inner,
#quicktickets-filters .is-open .choices__inner {
    border-color: #999;
    box-shadow: none;
}

#quicktickets-filters .choices__list--dropdown,
#quicktickets-filters .choices__list[aria-expanded] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    margin-top: 1px;
    z-index: 9999;
}

#quicktickets-filters .choices__list--dropdown .choices__list,
#quicktickets-filters .choices__list[aria-expanded] .choices__list {
    max-height: 200px;
    overflow-y: auto;
}

#quicktickets-filters .choices__list--dropdown .choices__group .choices__heading,
#quicktickets-filters .choices__list[aria-expanded] .choices__group .choices__heading {
    background-color: #fff;
    color: #f23f26;
    font-family: proxima-nova, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
}

#quicktickets-filters .choices__list--dropdown .choices__item,
#quicktickets-filters .choices__list[aria-expanded] .choices__item {
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    padding: 8px 10px 8px 24px;
}

#quicktickets-filters .choices__list--dropdown .choices__item--selectable.is-highlighted,
#quicktickets-filters .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #212121;
    color: #fff;
}

.quicktickets-is-loading #quicktickets-filters {
    opacity: 0.62;
    pointer-events: none;
}

.quicktickets-loading-indicator {
    align-items: center;
    background: rgba(17, 17, 17, 0.58);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}

.quicktickets-is-loading .quicktickets-loading-indicator {
    display: flex;
}

.quicktickets-loading-card {
    align-items: center;
    background: #fff;
    border-top: 4px solid #f23f26;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
    color: #111;
    display: flex;
    gap: 0.875rem;
    max-width: 22rem;
    padding: 1rem 1.125rem;
    width: 100%;
}

.quicktickets-loading-spinner {
    animation: quickticketsSpin 0.75s linear infinite;
    border: 2px solid #ddd;
    border-radius: 50%;
    border-top-color: #f23f26;
    display: block;
    flex: 0 0 auto;
    height: 1.5rem;
    width: 1.5rem;
}

.quicktickets-loading-message {
    display: block;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    text-transform: uppercase;
}

@keyframes quickticketsSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .quicktickets-filter-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    :root {
        --quicktickets-control-height: 6.165rem;
    }

    #content > .row {
        padding-top: 1.5rem;
    }

    .quicktickets-header-layout {
        margin-bottom: 0.375rem;
    }

    .quicktickets-location-column h1.quicktickets {
        margin: 0 !important;
        text-align: center;
    }

    .quicktickets-location-column {
        row-gap: 0.875rem;
    }

    .quicktickets-filter-panel {
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .quicktickets-date-column {
        margin-top: 0.25rem;
    }

    .quicktickets-your-smg {
        gap: 0.5rem;
        grid-template-columns: 1fr;
    }

    .quicktickets-location-card {
        padding: 0.5rem 0.875rem;
    }

    .quicktickets-location-name,
    .quicktickets-location-address {
        padding-right: 0;
    }

    .quicktickets-use-location {
        min-height: 0;
        width: auto;
    }

    .quicktickets-geo-status {
        text-align: left;
    }

    .quicktickets-showtime-bar {
        align-items: flex-start;
        display: block;
        margin: 0 0 0.875rem;
        padding: 0.5rem 0;
    }

    .quicktickets-showtime-context {
        gap: 0.25rem 0.5rem;
    }

    .quicktickets-location-messages {
        font-size: 0.8125rem;
        margin-top: 0.375rem;
        text-align: left;
    }

    .quicktickets-location-messages p {
        display: flex;
        padding: 0.375rem 0.5rem;
    }

    #movie-grid .movie-times {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 10px;
        justify-content: center;
        margin-top: 0.75rem;
    }

    #movie-grid .movie-times li {
        margin: 0;
    }

    #movie-grid .movie-times .button.tiny {
        align-items: center;
        display: inline-flex;
        font-size: 0.8rem;
        height: 44px;
        justify-content: center;
        line-height: 1;
        margin: 0;
        min-height: 44px;
        min-width: 84px;
        padding: 0.5rem 0.625rem 0.625rem;
        width: 84px;
    }

    .smg-showtime-button-list {
        justify-content: center;
    }

    .smg-showtime-button {
        font-size: 0.875rem;
        min-width: 5.25rem;
        padding: 0.75rem 0.875rem;
    }

}

/* Closer-theater nudge */

.geo-nudge[hidden] {
    display: none !important;
}

.geo-nudge {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff8e1;
    border: 1px solid #f0d97a;
    border-left: 4px solid #f5a623;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 12px 0;
    font-size: 14px;
    color: #4a3500;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.geo-nudge.is-revealed {
    opacity: 1;
}

.geo-nudge-text {
    flex: 1;
    line-height: 1.45;
    text-align: left;
}

.geo-nudge-text strong {
    color: #1a1a1a;
}

.geo-nudge-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.geo-nudge-link {
    background: #1a1a1a;
    color: #fff;
    padding: 8px 14px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.geo-nudge-link:hover,
.geo-nudge-link:focus {
    background: #f5a623;
    color: #1a1a1a;
    text-decoration: none;
}

.geo-nudge-dismiss {
    background: transparent;
    color: #4a3500;
    border: 1px solid transparent;
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: underline;
}

.geo-nudge-dismiss:hover,
.geo-nudge-dismiss:focus {
    color: #1a1a1a;
    outline: none;
}

@media (max-width: 640px) {
    .geo-nudge {
        flex-direction: column;
        align-items: stretch;
    }

    .geo-nudge-actions {
        justify-content: space-between;
    }

    .geo-nudge-link {
        flex: 1;
        text-align: center;
    }
}

/* Date rail picker */

.date-picker {
    margin: 0;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

.date-picker::-webkit-scrollbar {
    display: none;
}

.date-rail {
    align-items: stretch;
    --date-rail-right-edge: 8rem;
    display: grid;
    gap: 0.375rem;
    grid-template-columns: 2.375rem minmax(0, 1fr) 2.375rem 5.25rem;
    min-width: 0;
    position: relative;
    width: 100%;
}

.date-rail:after {
    bottom: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 140ms ease;
    width: 1.25rem;
    z-index: 2;
}

.date-rail:after {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    right: var(--date-rail-right-edge);
}

.date-rail.has-overflow:not(.is-at-end):after {
    opacity: 1;
}

.date-rail-control,
.date-calendar-button {
    align-items: center;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-flex;
    height: var(--quicktickets-control-height);
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

#quicktickets-filters .date-rail-control {
    background: #fff;
    border-color: #cfcfcf;
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}

#quicktickets-filters .date-rail-control:hover,
#quicktickets-filters .date-rail-control:focus-visible {
    background: #f4f4f4;
    border-color: #a9a9a9;
    color: #111;
    outline: none;
}

.date-calendar-button:hover,
.date-calendar-button:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
    outline: none;
}

.date-rail-control:focus,
.date-calendar-button:focus {
    outline: none;
}

.date-rail-control:disabled {
    background: #f1f1f1 !important;
    border-color: #d8d8d8 !important;
    color: #777 !important;
    cursor: default;
}

.date-rail-control:disabled:hover,
.date-rail-control:disabled:focus {
    background: #f1f1f1 !important;
    border-color: #d8d8d8 !important;
    color: #777 !important;
}

#quicktickets-filters .date-calendar-button {
    color: #f23f26;
}

.date-calendar-icon {
    background:
        linear-gradient(currentColor, currentColor) 0 0.4375rem / 100% 2px no-repeat,
        linear-gradient(currentColor, currentColor) 0.3125rem 0.75rem / 0.25rem 0.25rem no-repeat,
        linear-gradient(currentColor, currentColor) 0.75rem 0.75rem / 0.25rem 0.25rem no-repeat,
        linear-gradient(currentColor, currentColor) 0.3125rem 1.0625rem / 0.25rem 0.25rem no-repeat,
        linear-gradient(currentColor, currentColor) 0.75rem 1.0625rem / 0.25rem 0.25rem no-repeat;
    border: 2px solid currentColor;
    color: #f23f26;
    display: block;
    height: 1.5rem;
    position: relative;
    width: 1.5rem;
}

.date-calendar-icon:before {
    background: currentColor;
    box-shadow: 0.75rem 0 0 currentColor;
    content: "";
    height: 0.5rem;
    left: 0.375rem;
    position: absolute;
    top: -0.25rem;
    width: 2px;
}

.date-calendar-icon:after {
    display: none;
}

.date-calendar-button:hover .date-calendar-icon,
.date-calendar-button:focus .date-calendar-icon {
    color: #fff;
}

.date-picker-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.375rem;
    flex-wrap: nowrap;
    min-width: max-content;
}

.date-tile {
    list-style: none;
    margin: 0;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.date-tile-link,
button.date-tile-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.875rem;
    height: var(--quicktickets-control-height);
    padding: 0.5rem 0.375rem;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    color: #1a1a1a;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    position: relative;
}

.date-tile-link:before,
.date-tile-link:after {
    display: none !important;
}

.date-tile-link.is-today:after,
.date-tile-link.is-tomorrow:after {
    background: transparent;
    color: #111;
    content: "TODAY";
    display: block !important;
    font-size: 0.625rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    transform: none;
    bottom: 0.625rem;
    z-index: 4;
}

.date-tile-link.is-tomorrow:after {
    content: "TOMORROW";
}

.date-tile-link.is-selected.is-today:after,
.date-tile-link.is-selected.is-tomorrow:after,
.date-tile-link:hover.is-today:after,
.date-tile-link:focus.is-today:after,
.date-tile-link:hover.is-tomorrow:after,
.date-tile-link:focus.is-tomorrow:after {
    color: #fff;
}

.date-tile-link *,
.date-tile-link:hover *,
.date-tile-link:focus * {
    text-decoration: none !important;
}

.date-tile-link:hover,
.date-tile-link:focus,
button.date-tile-link:hover,
button.date-tile-link:focus {
    background: #111;
    border-color: #111;
    color: #fff;
    text-decoration: none !important;
    outline: none;
}

.date-tile-dow {
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.date-tile-day {
    align-items: center;
    display: inline-flex;
    gap: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.date-tile-link.is-selected {
    background: #111;
    border-color: #111;
    color: #fff;
}

.date-tile-link:hover .date-tile-dow,
.date-tile-link:focus .date-tile-dow,
.date-tile-link:hover .date-tile-day,
.date-tile-link:focus .date-tile-day,
.date-tile-link.is-selected .date-tile-dow,
.date-tile-link.is-selected .date-tile-day {
    color: #fff;
}

.date-tile-link.is-selected .date-tile-dow {
    color: #fff;
}

@media (max-width: 640px) {
    :root {
        --quicktickets-date-rail-height: 3.5rem;
    }

    .date-rail {
        --date-rail-right-edge: 4rem;
        column-gap: 0.1875rem;
        grid-template-columns: 1.875rem 12.75rem 1.875rem minmax(0, 1fr) 3.5rem;
        justify-content: stretch;
    }

    .date-rail:after {
        display: none;
    }

    .date-rail-control {
        background: transparent !important;
        border: 0 !important;
        color: #777 !important;
        display: inline-flex;
        font-size: 1.75rem;
        height: var(--quicktickets-date-rail-height);
        min-width: 2rem;
    }

    #quicktickets-filters .date-rail-control:hover,
    #quicktickets-filters .date-rail-control:focus-visible {
        background: transparent !important;
        color: #111 !important;
    }

    .date-rail-control:disabled,
    .date-rail-control:disabled:hover,
    .date-rail-control:disabled:focus {
        background: transparent !important;
        border: 0 !important;
        color: #aaa !important;
    }

    .date-calendar-button {
        grid-column: 5;
        height: var(--quicktickets-date-rail-height);
        width: var(--quicktickets-date-rail-height);
    }

    .date-tile-link {
        height: var(--quicktickets-date-rail-height);
        padding: 0.375rem 0.25rem 0.3125rem;
        width: 4rem;
        max-width: 4rem;
        min-width: 0;
    }

    .date-tile-day {
        display: block;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1;
    }

    .date-tile-month {
        display: none;
    }

    .date-tile-dow {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .date-tile-link.is-today:after,
    .date-tile-link.is-tomorrow:after {
        display: none !important;
    }
}
@media (max-width: 420px) {
    .date-tile-link {
        width: 3.875rem;
    }

    .date-rail {
        --date-rail-right-edge: 3.5rem;
        grid-template-columns: 1.875rem 12.75rem 1.875rem minmax(0, 1fr) 3.5rem;
    }

    .date-rail-control {
        min-width: 1.875rem;
    }

    .date-calendar-button {
        width: var(--quicktickets-date-rail-height);
    }

    .date-tile-link {
        width: 4rem;
        max-width: 4rem;
    }
}

#quicktickets-filters .date-rail-control,
#quicktickets-filters .date-rail-control:hover,
#quicktickets-filters .date-rail-control:focus {
    color: #333 !important;
}

#quicktickets-filters .date-rail-control:hover,
#quicktickets-filters .date-rail-control:focus-visible {
    color: #111 !important;
}

/* Date calendar popover */

.date-cal[hidden] {
    display: none !important;
}

.date-cal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.date-cal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.date-cal-panel {
    position: relative;
    width: 100%;
    max-width: 460px;
    max-height: 80vh;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.date-cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.125rem 1.25rem;
    background: #111;
    border-bottom: 4px solid #f23f26;
    flex-shrink: 0;
}

.date-cal-header h2 {
    margin: 0;
    color: #fff;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.1;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
}

.date-cal-close {
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 4px 8px;
    margin: 0;
}

.date-cal-close:hover,
.date-cal-close:focus {
    color: #f23f26;
    outline: none;
}

.date-cal-months {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    padding: 16px 20px 20px;
}

.date-cal-month + .date-cal-month {
    margin-top: 24px;
}

.date-cal-month-name {
    margin: 0 0 12px;
    font-family: proxima-nova, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #1a1a1a;
    text-align: center;
    text-rendering: auto;
}

.date-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.date-cal-dow {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    font-weight: 600;
    text-align: center;
    padding: 4px 0;
}

.date-cal-day {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    color: #1a1a1a;
    border: 1px solid transparent;
    transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.date-cal-day-num {
    display: block;
    line-height: 1;
}

.date-cal-day-note {
    display: block;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 0.1875rem;
    text-transform: uppercase;
}

.date-cal-day *,
.date-cal-day:hover *,
.date-cal-day:focus * {
    text-decoration: none !important;
}

.date-cal-day.is-empty {
    visibility: hidden;
}

.date-cal-day.is-disabled {
    color: #ccc;
    cursor: not-allowed;
}

a.date-cal-day {
    background: #f8f8f8;
    border-color: #e8e8e8;
    cursor: pointer;
    text-decoration: none !important;
}

.date-cal-day:before,
.date-cal-day:after {
    display: none !important;
}

a.date-cal-day:hover,
a.date-cal-day:focus {
    background: #111;
    border-color: #111;
    color: #fff;
    text-decoration: none !important;
    outline: none;
}

a.date-cal-day:hover .date-cal-day-note,
a.date-cal-day:focus .date-cal-day-note,
.date-cal-day.is-selected .date-cal-day-note {
    color: #fff;
}

.date-cal-day.is-today {
    border-color: #f23f26;
}

.date-cal-day.is-selected {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    .date-cal {
        top: 3.125rem;
        padding: 0;
        align-items: flex-start;
    }

    .date-cal-panel {
        max-width: 100%;
        max-height: calc(100vh - 3.125rem);
        border-radius: 0;
    }

    .date-cal-day {
        min-height: 40px;
    }
}

/* Theater picker modal */

.theater-picker[hidden] {
    display: none !important;
}

.theater-picker {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.theater-picker-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.theater-picker-panel {
    position: relative;
    width: 100%;
    max-width: 40rem;
    height: 80vh;
    max-height: 42rem;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.theater-picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.125rem 1.25rem;
    background: #111;
    border-bottom: 4px solid #f23f26;
    flex-shrink: 0;
}

.theater-picker-kicker {
    color: #f23f26;
    display: block;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
}

.theater-picker-header h2 {
    margin: 0;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
}

.theater-picker-close {
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 4px 8px;
    margin: 0;
}

.theater-picker-close:hover,
.theater-picker-close:focus {
    color: #f23f26;
    outline: none;
}

.theater-picker-tools {
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.875rem 1.25rem;
}

.theater-picker-geo {
    align-items: center;
    background: #f23f26;
    border: 1px solid #f23f26;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    gap: 0.5rem;
    justify-content: center;
    height: 2.75rem;
    padding: 0 1rem;
}

.theater-picker-geo:before {
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 4px #f23f26,
        0 -0.375rem 0 -0.3125rem currentColor,
        0 0.375rem 0 -0.3125rem currentColor,
        -0.375rem 0 0 -0.3125rem currentColor,
        0.375rem 0 0 -0.3125rem currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 1rem;
    margin-top: -0.0625rem;
    transition: box-shadow 140ms ease;
    width: 1rem;
}

.theater-picker-geo:hover,
.theater-picker-geo:focus {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.theater-picker-geo:hover:before,
.theater-picker-geo:focus:before {
    box-shadow:
        inset 0 0 0 4px #1a1a1a,
        0 -0.375rem 0 -0.3125rem currentColor,
        0 0.375rem 0 -0.3125rem currentColor,
        -0.375rem 0 0 -0.3125rem currentColor,
        0.375rem 0 0 -0.3125rem currentColor;
}

.theater-picker.is-locating .theater-picker-geo:before {
    animation: quickticketsSpin 0.75s linear infinite;
    border-top-color: transparent;
    box-shadow: none;
}

.theater-picker.is-locating .theater-picker-list-wrap {
    opacity: 0.58;
    pointer-events: none;
}

.theater-picker-search {
    padding: 0;
    flex-shrink: 0;
    border-bottom: 0;
}

.theater-picker-search input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 2.75rem !important;
    margin: 0 !important;
    outline: none;
    padding: 0 14px;
    width: 100%;
}

.theater-picker-search input:focus {
    border-color: #1a1a1a;
}

.theater-picker-availability-filter {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 0.4375rem;
    justify-content: flex-start;
    line-height: 1.1;
    margin: 0;
    min-height: 0;
    text-transform: none;
    white-space: nowrap;
}

.theater-picker-availability-filter input {
    appearance: none;
    background: #fff;
    border: 1px solid #777;
    box-sizing: border-box;
    flex: 0 0 auto;
    height: 0.875rem;
    margin: 0;
    position: relative;
    width: 0.875rem;
}

.theater-picker-availability-filter input:checked {
    background: #111;
    border-color: #111;
}

.theater-picker-availability-filter input:checked:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 0.5rem;
    left: 0.25rem;
    position: absolute;
    top: 0.0625rem;
    transform: rotate(45deg);
    width: 0.25rem;
}

.theater-picker-availability-filter span {
    display: inline-block;
    line-height: 1.15;
}

.theater-picker-list-wrap {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.theater-picker-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theater-picker-empty {
    color: #666;
    font-size: 1rem;
    padding: 2rem 1.25rem;
    text-align: center;
}

.theater-picker-empty[hidden] {
    display: none !important;
}

.theater-picker-group {
    list-style: none;
    margin: 0;
    padding: 0.875rem 1.25rem 0.375rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f23f26;
    background: #fafafa;
}

.theater-picker-list.is-distance-sorted .theater-picker-group {
    display: none;
}

.theater-picker-item {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.theater-picker-item:last-child {
    border-bottom: 0;
}

.theater-picker-link {
    display: grid;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.25rem;
    grid-template-columns: 1rem minmax(0, 1fr) auto auto;
    padding: 0.625rem 1.25rem;
    text-decoration: none !important;
    color: #1a1a1a;
    transition: background-color 0.1s ease;
}

.theater-picker-link:link,
.theater-picker-link:visited {
    color: #1a1a1a;
    text-decoration: none !important;
}

.theater-picker-link:hover,
.theater-picker-link:focus {
    background: #f3f3f3;
    text-decoration: none !important;
    color: #1a1a1a;
    outline: none;
}

.theater-picker-main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem 0.625rem;
    grid-column: 2 / 3;
    min-width: 0;
}

.theater-picker-selected-icon {
    color: #111;
    display: block;
    font-size: 0.875rem;
    grid-column: 1 / 2;
    line-height: 1;
    transform: translateY(0.1875rem);
    text-align: center;
    width: 1rem;
}

.theater-picker-name {
    font-weight: 600;
    font-size: 1.125rem;
    flex: 1;
    line-height: 1.2;
    min-width: 0;
    text-decoration: none !important;
}

.theater-picker-no-showtimes {
    color: #555;
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    grid-column: 2 / 3;
    line-height: 1.15;
    margin-top: 0.0625rem;
}


.theater-picker-link *,
.theater-picker-link:hover *,
.theater-picker-link:focus * {
    text-decoration: none !important;
}

.theater-picker-link:before,
.theater-picker-link:after {
    display: none !important;
}

.theater-picker-distance {
    color: #666;
    flex: 0 0 auto;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.theater-picker-distance,
.theater-picker-current {
    grid-row: 1 / span 2;
}

.theater-picker-distance {
    grid-column: 3 / 4;
}

.theater-picker-distance[hidden] {
    display: none !important;
}

.theater-picker-current {
    background: #111;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    grid-column: 4 / 5;
    min-width: max-content;
    padding: 0.375rem 0.5625rem;
    text-rendering: auto;
    text-transform: uppercase;
    white-space: nowrap;
}

.theater-picker-item.is-current .theater-picker-link {
    background: #f1f1f1;
    box-shadow: inset 4px 0 0 #111;
    position: relative;
}

.theater-picker-item.is-current .theater-picker-name {
    color: #111;
    font-weight: 700;
}

@media (max-width: 640px) {
    .theater-picker {
        top: 3.125rem;
        padding: 0;
        align-items: flex-end;
    }

    .theater-picker-panel {
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .theater-picker-tools {
        gap: 0.625rem;
        grid-template-columns: 1fr;
    }

    .theater-picker-availability-filter {
        height: auto !important;
        line-height: 1.1 !important;
        min-height: 1.25rem !important;
        padding: 0 !important;
    }

    .theater-picker-link {
        align-items: start;
        gap: 0.375rem;
    }
}

/* Theater closure / weather notice (_TheaterClosureNotice.cshtml) */

.closure-notice-intro {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
}

.closure-notice-detail {
    max-width: 920px;
    margin: 0 auto 12px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.closure-notice-detail p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
