.booking-official-page {
    padding: 112px 0 56px;
    background: #f7f5ef;
}

.mobile-action-bar + main .booking-official-page {
    padding-top: 28px;
}

.booking-official-header {
    max-width: 780px;
    margin: 0 auto 24px;
}

.booking-official-kicker {
    margin-bottom: 8px;
    color: #b22b2b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.booking-official-header h1 {
    margin-bottom: 12px;
    color: #1f1a12;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.05;
}

.booking-official-header p {
    margin: 0;
    color: #5f574d;
    font-size: 1.04rem;
    line-height: 1.6;
}

.booking-official-event {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 780px;
    margin: 0 auto 18px;
    overflow: hidden;
    background: rgba(178, 43, 43, 0.16);
    border: 1px solid rgba(178, 43, 43, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(31, 26, 18, 0.08);
}

.booking-official-event span {
    display: flex;
    min-width: 0;
    min-height: 82px;
    flex-direction: column;
    justify-content: center;
    padding: 14px 18px;
    background: #ffffff;
}

.booking-official-event strong {
    color: #1f1a12;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.booking-official-event small {
    margin-top: 5px;
    color: #b22b2b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.booking-official-note {
    max-width: 780px;
    margin: 0 auto 18px;
    padding: 12px 14px;
    color: #5b4a3a;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    background: #fff6df;
    border: 1px solid rgba(178, 43, 43, 0.16);
    border-radius: 8px;
}

.enterticket-embed {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(31, 26, 18, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 26, 18, 0.12);
}

.enterticket-embed iframe {
    display: block;
    width: 100%;
    min-height: 860px;
    border: 0;
}

.booking-official-fallback {
    margin-top: 22px;
}

@media (max-width: 991.98px) {
    .mobile-action-bar + main .booking-official-page {
        padding-top: 22px;
    }

    .booking-official-header h1 {
        font-size: 2.3rem;
    }

    .enterticket-embed iframe {
        min-height: 780px;
    }
}

@media (max-width: 575.98px) {
    .mobile-action-bar + main .booking-official-page {
        padding: 20px 0 40px;
    }

    .booking-official-header {
        margin-bottom: 18px;
    }

    .booking-official-header h1 {
        font-size: 1.85rem;
    }

    .booking-official-header p {
        font-size: 0.96rem;
    }

    .booking-official-event {
        grid-template-columns: 1fr;
        margin-bottom: 14px;
    }

    .booking-official-event span {
        min-height: 0;
        padding: 12px 14px;
    }

    .booking-official-event strong {
        font-size: 0.96rem;
    }

    .booking-official-note {
        margin-bottom: 14px;
        font-size: 0.88rem;
        text-align: left;
    }

    .enterticket-embed {
        margin-right: -8px;
        margin-left: -8px;
        width: calc(100% + 16px);
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .enterticket-embed iframe {
        min-height: 720px;
    }
}
