/* Plaza Noble · search bars (flight + hotel) — Booking/Decolar pattern.
   Loaded by layouts/plaza-noble.blade.php so it's always present, regardless
   of whether the partial is rendered server-side or via Alpine x-if. */

.pn-trip-tabs {
    display: inline-flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.pn-trip-tab {
    border: 0;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
    background: transparent;
    color: var(--pn-ink, #1a1a1a);
    border-radius: 999px;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: all 0.15s;
}
.pn-trip-tab.is-active {
    background: var(--pn-ink, #1a1a1a);
    color: var(--pn-pearl, #faf6ed);
}
.pn-trip-tab:not(.is-active):hover {
    background: rgba(0, 0, 0, 0.04);
}

/* Form & row layout */
.pn-fs-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.pn-fs-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 6px;
    background: rgba(255, 255, 255, 0.96);
    padding: 6px;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
.pn-fs-row--mc { margin-bottom: 6px; }

.pn-fs-pill {
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.15s;
    position: relative;
}
.pn-fs-pill:hover { background: #fafaf7; }
.pn-fs-pill--from, .pn-fs-pill--to { flex: 1 1 200px; }
.pn-fs-pill--dates { flex: 1 1 240px; flex-direction: row; padding: 0; gap: 0; }
.pn-fs-pill--dates.is-range .pn-fs-dates-half { flex: 1; padding: 10px 14px; }
.pn-fs-pill--dates.is-range .pn-fs-dates-half--return { border-left: 1px solid var(--pn-divider, #e8e2d5); }
.pn-fs-pill--dates:not(.is-range) .pn-fs-dates-half { flex: 1; padding: 10px 14px; }
.pn-fs-pill--pax { flex: 1 1 220px; padding: 0; }

.pn-fs-label {
    font-family: var(--pn-font-mono, ui-monospace, monospace);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pn-text-muted, #8a7d6f);
    margin-bottom: 4px;
    line-height: 1;
}
.pn-fs-input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: var(--pn-ink, #1a1a1a);
    padding: 0;
    cursor: pointer;
}
.pn-fs-input::placeholder { color: #bcb2a3; font-weight: 400; }
.pn-fs-input--date { cursor: pointer; }
.pn-fs-input--pax { font-size: 13px; font-weight: 500; }

.pn-fs-pax-trigger {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
    padding: 10px 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pn-fs-swap {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-self: center;
    background: #fff;
    border: 1px solid var(--pn-divider, #e8e2d5);
    border-radius: 50%;
    cursor: pointer;
    color: var(--pn-ink, #1a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    margin: 0 -10px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.pn-fs-swap:hover {
    background: var(--pn-ink, #1a1a1a);
    color: var(--pn-pearl, #faf6ed);
    transform: rotate(180deg);
}

.pn-fs-btn {
    flex: 0 0 auto;
    background: var(--pn-emerald, #0C5A37);
    color: var(--pn-pearl, #faf6ed);
    border: 0;
    border-radius: 10px;
    padding: 0 24px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s;
    min-height: 56px;
}
.pn-fs-btn:hover { background: #0a5c3f; }

.pn-fs-mc-actions {
    display: flex;
    gap: 6px;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 4px;
}
.pn-fs-slice-add {
    background: rgba(255, 255, 255, 0.96);
    border: 1px dashed var(--pn-divider, #e8e2d5);
    color: var(--pn-emerald, #0C5A37);
    padding: 12px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0.02em;
    font-weight: 500;
    flex: 0 0 auto;
}
.pn-fs-slice-add:hover {
    background: #fff;
    border-color: var(--pn-emerald, #0C5A37);
    border-style: solid;
}
.pn-fs-slice-rm {
    flex: 0 0 32px;
    align-self: center;
    width: 32px;
    height: 32px;
    border: 0;
    background: #fff;
    color: #a86060;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.pn-fs-slice-rm:hover { background: #a86060; color: #fff; }

/* Passenger popover */
.pn-fs-pax-pop {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border: 1px solid var(--pn-divider, #e8e2d5);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    padding: 18px;
    z-index: 50;
    min-width: 320px;
}
.pn-fs-pax-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    gap: 14px;
}
.pn-fs-pax-row + .pn-fs-pax-row {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pn-fs-stepper {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.pn-fs-step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--pn-divider, #e8e2d5);
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--pn-ink, #0F0B0A);
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pn-fs-step:hover {
    background: var(--pn-ink, #1a1a1a);
    color: var(--pn-pearl, #faf6ed);
}
.pn-fs-step:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.pn-fs-step-val {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: var(--pn-ink, #0F0B0A);
    font-family: var(--pn-font-display, 'Cinzel', serif);
}
.pn-fs-cabin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin: 10px 0;
}
.pn-fs-cabin-chip {
    padding: 8px 12px;
    border: 1px solid var(--pn-divider, #e8e2d5);
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    color: var(--pn-ink, #1a1a1a);
}
.pn-fs-cabin-chip.is-active {
    background: var(--pn-emerald, #0C5A37);
    color: var(--pn-pearl, #faf6ed);
    border-color: var(--pn-emerald, #0C5A37);
}

/* Mobile: stack */
@media (max-width: 1100px) {
    .pn-fs-row { flex-direction: column; }
    .pn-fs-swap { transform: rotate(90deg); align-self: center; margin: -12px 0; }
    .pn-fs-swap:hover { transform: rotate(270deg); }
    .pn-fs-pill { flex: 1 1 auto; width: 100%; }
    .pn-fs-pill--dates { flex-direction: row; }
    .pn-fs-mc-actions { flex-direction: column; }
    .pn-fs-pax-pop { right: auto; left: 0; }
}

/* Flatpickr theme */
.flatpickr-calendar { font-family: inherit !important; border-radius: 14px !important; box-shadow: 0 12px 32px rgba(0,0,0,.12) !important; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: var(--pn-emerald, #0C5A37) !important;
    border-color: var(--pn-emerald, #0C5A37) !important;
}
.flatpickr-day.inRange {
    background: rgba(15, 112, 77, 0.12) !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.flatpickr-months .flatpickr-month, .flatpickr-current-month { color: var(--pn-ink, #1a1a1a) !important; }

[x-cloak] { display: none !important; }
/* Mobile/app overrides: cada campo vira pílula independente — respirável */
@media (max-width: 1100px) {
    .pn-fs-row { background: transparent; box-shadow: none; padding: 0; gap: 10px; align-items: stretch; flex-direction: column; }
    .pn-fs-pill { flex: 0 0 auto !important; min-height: 0 !important; padding: 14px 16px; border: 1px solid var(--pn-border, #e8e2d5); background: #fff; border-radius: 12px; }

    /* Datas: a pílula-wrapper desaparece, cada half vira pílula independente */
    .pn-fs-pill--dates { padding: 0 !important; border: 0 !important; background: transparent !important; flex-direction: column !important; gap: 10px; }
    .pn-fs-pill--dates .pn-fs-dates-half { padding: 12px 14px !important; background: #fff; border: 1px solid var(--pn-border, #e8e2d5); border-radius: 12px; }
    .pn-fs-pill--dates .pn-fs-dates-half--return { border-left: 1px solid var(--pn-border, #e8e2d5) !important; border-top: 1px solid var(--pn-border, #e8e2d5) !important; }

    /* Pax/cabin trigger continua sendo pílula com border */
    .pn-fs-pill--pax { padding: 0 !important; }
    .pn-fs-pax-trigger { padding: 14px 16px; }

    /* Labels & values */
    .pn-fs-label { font-size: 10px; margin-bottom: 2px; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.78; }
    .pn-fs-input { font-size: 16px; }
    .pn-fs-input--pax { font-size: 14px; }

    /* Botão Buscar */
    .pn-fs-btn { min-height: 56px; padding: 16px; justify-content: center; font-size: 15px; border-radius: 12px; }

    /* Swap origem⇄destino entre pílulas em mobile */
    .pn-fs-swap { width: 40px; height: 40px; margin: -14px auto; transform: rotate(90deg); align-self: center; position: relative; z-index: 3; }
    .pn-fs-swap:hover, .pn-fs-swap:active { transform: rotate(270deg); }

    /* Tabs trip-type ocupam largura toda */
    .pn-trip-tabs { width: 100%; justify-content: stretch; }
    .pn-trip-tab { flex: 1; padding: 10px 12px; font-size: 13px; text-align: center; }

    /* Popover passageiros: full-width abaixo do trigger */
    .pn-fs-pax-pop { left: 0 !important; right: 0 !important; min-width: 0 !important; }
}
/* Mobile/app overrides: padrão Booking respirável — cada campo é pílula clara com sombra */
@media (max-width: 1100px) {
    /* Container da barra de busca: gap visível entre pílulas */
    .pn-fs-row {
        background: transparent;
        box-shadow: none;
        padding: 0;
        gap: 14px;
        align-items: stretch;
        flex-direction: column;
    }

    /* Pílula base */
    .pn-fs-pill {
        flex: 0 0 auto !important;
        min-height: 0 !important;
        padding: 12px 16px;
        border: 1.5px solid var(--pn-border, #e8e2d5);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: border-color .15s, box-shadow .15s;
    }
    .pn-fs-pill:focus-within {
        border-color: var(--pn-emerald, #0C5A37);
        box-shadow: 0 4px 14px rgba(15, 112, 77, 0.12);
    }

    /* Datas: wrapper desaparece, cada half vira pílula independente */
    .pn-fs-pill--dates {
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        flex-direction: column !important;
        gap: 14px;
    }
    .pn-fs-pill--dates .pn-fs-dates-half {
        padding: 12px 16px !important;
        background: #fff;
        border: 1.5px solid var(--pn-border, #e8e2d5);
        border-radius: 14px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }
    .pn-fs-pill--dates .pn-fs-dates-half--return {
        border-left: 1.5px solid var(--pn-border, #e8e2d5) !important;
        border-top: 1.5px solid var(--pn-border, #e8e2d5) !important;
    }

    /* Pax/cabin trigger */
    .pn-fs-pill--pax { padding: 0 !important; }
    .pn-fs-pax-trigger { padding: 18px 18px; }

    /* Labels & values */
    .pn-fs-label {
        font-size: 10px;
        margin-bottom: 2px;
        font-weight: 600;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.78;
    }
    .pn-fs-input { font-size: 17px; }
    .pn-fs-input--pax { font-size: 15px; }

    /* Botão Buscar */
    .pn-fs-btn {
        min-height: 60px;
        padding: 18px;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        border-radius: 14px;
        margin-top: 6px;
        box-shadow: 0 4px 14px rgba(15, 112, 77, 0.25);
    }

    /* Swap origem⇄destino entre pílulas em mobile */
    .pn-fs-swap {
        width: 44px;
        height: 44px;
        margin: -16px auto;
        transform: rotate(90deg);
        align-self: center;
        position: relative;
        z-index: 3;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border: 1.5px solid var(--pn-border, #e8e2d5);
    }
    .pn-fs-swap:hover, .pn-fs-swap:active { transform: rotate(270deg); }

    /* Tabs trip-type */
    .pn-trip-tabs {
        width: 100%;
        justify-content: stretch;
        margin-bottom: 16px;
        padding: 5px;
    }
    .pn-trip-tab {
        flex: 1;
        padding: 11px 12px;
        font-size: 13px;
        text-align: center;
    }

    /* Popover passageiros */
    .pn-fs-pax-pop {
        left: 0 !important;
        right: 0 !important;
        min-width: 0 !important;
    }
}
/* Mobile/app overrides: padrão Booking compacto — datas lado-a-lado, padding 14px */
@media (max-width: 1100px) {
    /* Container vertical, gap reduzido */
    .pn-fs-row {
        background: transparent;
        box-shadow: none;
        padding: 0;
        gap: 10px;
        align-items: stretch;
        flex-direction: column;
    }

    /* Pílula base */
    .pn-fs-pill {
        flex: 0 0 auto !important;
        min-height: 0 !important;
        padding: 14px 16px;
        border: 1.5px solid var(--pn-border, #e8e2d5);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        transition: border-color .15s, box-shadow .15s;
    }
    .pn-fs-pill:focus-within {
        border-color: var(--pn-emerald, #0C5A37);
        box-shadow: 0 4px 12px rgba(15, 112, 77, 0.10);
    }

    /* Datas: ficam LADO-A-LADO na MESMA pílula (Booking-style) */
    .pn-fs-pill--dates {
        padding: 0 !important;
        flex-direction: row !important;
        border: 1.5px solid var(--pn-border, #e8e2d5);
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        gap: 0;
    }
    .pn-fs-pill--dates .pn-fs-dates-half {
        flex: 1 1 50% !important;
        padding: 12px 14px !important;
        background: transparent;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    .pn-fs-pill--dates .pn-fs-dates-half--return {
        border-left: 1.5px solid var(--pn-border, #e8e2d5) !important;
        border-top: 0 !important;
    }

    /* Pax trigger */
    .pn-fs-pill--pax { padding: 0 !important; }
    .pn-fs-pax-trigger { padding: 14px 16px; }

    /* Labels e values: condensados */
    .pn-fs-label { font-size: 10px; margin-bottom: 4px; font-weight: 600; letter-spacing: 0.06em; }
    .pn-fs-input { font-size: 16px; }
    .pn-fs-input--pax { font-size: 14px; }

    /* Botão Buscar destacado */
    .pn-fs-btn {
        min-height: 54px;
        padding: 14px;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
        border-radius: 12px;
        margin-top: 4px;
        box-shadow: 0 4px 12px rgba(15, 112, 77, 0.22);
    }

    /* Swap (em voos) */
    .pn-fs-swap {
        width: 40px;
        height: 40px;
        margin: -12px auto;
        transform: rotate(90deg);
        align-self: center;
        position: relative;
        z-index: 3;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        border: 1.5px solid var(--pn-border, #e8e2d5);
    }
    .pn-fs-swap:hover, .pn-fs-swap:active { transform: rotate(270deg); }

    /* Trip tabs */
    .pn-trip-tabs { width: 100%; justify-content: stretch; margin-bottom: 12px; padding: 4px; }
    .pn-trip-tab { flex: 1; padding: 10px 12px; font-size: 13px; text-align: center; }

    /* Popover passageiros */
    .pn-fs-pax-pop { left: 0 !important; right: 0 !important; min-width: 0 !important; }
}


/* Reinforce stack on tablets too */
@media (max-width: 1100px) {
    .pn-fs-form, .pn-fs-row, .pn-fs-row--mc { display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; }
    .pn-fs-pill { width: 100% !important; max-width: 100% !important; }
    .pn-fs-pill--dates { width: 100% !important; }
}


/* App context (mockup or real mobile): always stack vertical, regardless of viewport.
   Applies to anything rendered inside layouts/plaza-noble-app.blade.php which gets
   body.pn-app-context. */
.pn-app-context .pn-fs-form,
.pn-app-context .pn-fs-row,
.pn-app-context .pn-fs-row--mc {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    align-items: stretch;
}
.pn-app-context .pn-fs-pill {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 12px 14px !important;
    border: 1.5px solid var(--pn-border, #e8e2d5) !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.pn-app-context .pn-fs-pill:focus-within {
    border-color: var(--pn-emerald, #0C5A37) !important;
    box-shadow: 0 4px 12px rgba(15, 112, 77, 0.10);
}
.pn-app-context .pn-fs-pill--dates {
    padding: 0 !important;
    flex-direction: row !important;
}
.pn-app-context .pn-fs-pill--dates .pn-fs-dates-half {
    flex: 1 1 50% !important;
    padding: 12px 14px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.pn-app-context .pn-fs-pill--dates .pn-fs-dates-half--return {
    border-left: 1.5px solid var(--pn-border, #e8e2d5) !important;
    border-top: 0 !important;
}
.pn-app-context .pn-fs-pill--pax { padding: 0 !important; }
.pn-app-context .pn-fs-pax-trigger { padding: 14px 16px; }
.pn-app-context .pn-fs-label { font-size: 10px; margin-bottom: 4px; font-weight: 600; letter-spacing: 0.06em; }
.pn-app-context .pn-fs-input { font-size: 16px; }
.pn-app-context .pn-fs-input--pax { font-size: 14px; }
.pn-app-context .pn-fs-btn {
    width: 100% !important;
    min-height: 54px !important;
    padding: 14px !important;
    justify-content: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 12px rgba(15, 112, 77, 0.22) !important;
}
.pn-app-context .pn-fs-swap {
    width: 40px; height: 40px; margin: -12px auto;
    transform: rotate(90deg); align-self: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border: 1.5px solid var(--pn-border, #e8e2d5);
}
.pn-app-context .pn-trip-tabs { width: 100% !important; justify-content: stretch; margin-bottom: 12px; }
.pn-app-context .pn-trip-tab { flex: 1; padding: 10px 12px; font-size: 13px; text-align: center; }
.pn-app-context .pn-fs-pax-pop { left: 0 !important; right: 0 !important; min-width: 0 !important; }


/* === Mobile (≤640px): date fields side-by-side with solid background ===
   Pattern Booking/Decolar: check-in | check-out (e depart/return, pickup/dropoff)
   ficam lado a lado mesmo no mobile pra economizar altura. */
@media (max-width: 640px) {
    /* Wrapper: container flex em row (lado a lado) */
    .pn-fs-pill--dates {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        flex-direction: row !important;
        gap: 8px !important;
        align-items: stretch !important;
    }
    /* Cada metade = pílula branca compacta, 50% do espaço */
    .pn-fs-pill--dates .pn-fs-dates-half,
    .pn-fs-pill--dates.is-range .pn-fs-dates-half,
    .pn-fs-pill--dates:not(.is-range) .pn-fs-dates-half {
        background: #fff !important;
        border: 1px solid rgba(15, 11, 10, 0.12) !important;
        border-radius: 12px !important;
        padding: 10px 12px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
    }
    /* No divider between halves — each is independent pill */
    .pn-fs-pill--dates .pn-fs-dates-half--return {
        border-left: 1px solid rgba(15, 11, 10, 0.12) !important;
        border-top: 1px solid rgba(15, 11, 10, 0.12) !important;
    }
    /* Input dentro pode encolher sem overflow */
    .pn-fs-pill--dates .pn-fs-input {
        font-size: 14px !important;
        min-width: 0 !important;
        width: 100% !important;
    }
}






/* === Mobile (≤640px): explicit pair fields (e.g. restaurant DIA + HORÁRIO) ===
   Only applies to pills with explicit pair classes added by generic-search-form blade
   when type='date' is immediately followed by type='select'/'time'. */
@media (max-width: 640px) {
    .pn-fs-pill--pair-left,
    .pn-fs-pill--pair-right {
        flex: 1 1 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: 0 !important;
    }
    /* Ensure containing row supports row+wrap so they sit side-by-side */
    .pn-fs-row:has(.pn-fs-pill--pair-left) {
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 10px !important;
    }
    /* Other pills in same row span full width (default flex column behavior) */
    .pn-fs-row:has(.pn-fs-pill--pair-left) > .pn-fs-pill:not(.pn-fs-pill--pair-left):not(.pn-fs-pill--pair-right) {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    /* Search button must take full width */
    .pn-fs-row:has(.pn-fs-pill--pair-left) > .pn-fs-btn {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* ============================================================
   Hero search bar: equalize pill heights across search forms.
   Without this, hotel-search-form (only <input> elements) was 9px shorter
   than generic-search-form (which has <select> elements that intrinsically
   render slightly taller, causing align:stretch to grow the whole row).
   ============================================================ */
.pn-home-hero__search .pn-fs-pill,
.pn-home-hero__search .pn-btn--gold,
.pn-home-hero__search button[type="submit"],
.pn-home-hero__search .pn-fs-submit {
    min-height: 66px;
}
.pn-home-hero__search .pn-fs-row {
    align-items: stretch;
}
