/* Airline v205: full-width branded stage behind the hero and QSF. */

.airline-detail-page.airline-hub {
    overflow-x: clip;
}

.airline-detail-page.airline-hub > .airline-hub__container {
    width: 100%;
    max-width: none;
}

.airline-detail-page.airline-hub .airline-breadcrumbs,
.airline-detail-page.airline-hub .airline-live-promos {
    width: min(1320px, calc(100% - 36px));
    margin-right: auto;
    margin-left: auto;
}

.airline-detail-page.airline-hub .airline-hub-stage {
    position: relative;
    padding: 0 0 clamp(34px, 3.2vw, 50px);
    background:
        radial-gradient(circle at 88% 4%, color-mix(in srgb, #ffffff 14%, transparent), transparent 28rem),
        linear-gradient(132deg, var(--airline-secondary), var(--airline-primary));
    box-shadow: 0 18px 50px color-mix(in srgb, var(--airline-primary) 18%, transparent);
}

.airline-detail-page.airline-hub .airline-hub-stage > .airline-hub-hero,
.airline-detail-page.airline-hub .airline-hub-stage > .booking-shell.airline-hub-search {
    width: min(1320px, calc(100% - 36px));
    margin-right: auto !important;
    margin-left: auto !important;
}

.airline-detail-page.airline-hub .airline-hub-stage > .airline-hub-hero {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.airline-detail-page.airline-hub .airline-hub-stage > .booking-shell.airline-hub-search {
    position: relative;
    z-index: 2;
    border-radius: 24px !important;
}

@media (max-width: 760px) {
    .airline-detail-page.airline-hub .airline-hub-stage {
        padding-bottom: 24px;
    }

    .airline-detail-page.airline-hub .airline-hub-stage > .airline-hub-hero {
        width: 100%;
    }

    .airline-detail-page.airline-hub .airline-hub-stage > .booking-shell.airline-hub-search {
        width: calc(100% - 24px);
        border-radius: 20px !important;
    }
}
