/* Applied only by TSA's Seating Chart script after an enabled event is recognized. */
.tsa-seating-quantity-hidden {
    display: none !important;
}


/* V1.5.6 – booked repurposed Standing Areas.
 * Tickera's own reserved color is applied inline by seating-ui.js when available.
 */
.tsa-standing-reserved-group {
    cursor: not-allowed !important;
    opacity: 0.72;
}

.tsa-standing-reserved-group .tc-object {
    pointer-events: none !important;
}

.tsa-standing-reserved,
.tsa-standing-reserved.tc-object-selectable {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.72;
    filter: grayscale(1);
}

.tsa-standing-reserved-group .tc-heading {
    opacity: 0.72;
}


/* V1.5.9 – visible message when an already booked Garnitur is selected. */
.tsa-standing-reserved-notice {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.45);
}

.tsa-standing-reserved-notice__panel {
    width: min(520px, 100%);
    padding: 24px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 44px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.tsa-standing-reserved-notice__text {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.5;
}

.tsa-standing-reserved-notice__close {
    min-width: 120px;
    padding: 10px 16px;
    cursor: pointer;
}
