/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-e7f1dfrzb6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-e7f1dfrzb6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── Top Bar ──────────────────────────────────────────────────────────────── */
.top-bar[b-vp0xuqb0ih] {
    background: linear-gradient(135deg, #0f1c2e 0%, #1a2f4a 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.top-bar-inner[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.25rem;
    height: 60px;
}

/* ── Brand ────────────────────────────────────────────────────────────────── */
.top-bar-brand[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.top-bar-brand:hover[b-vp0xuqb0ih] {
    opacity: 0.85;
}

.brand-logo[b-vp0xuqb0ih] {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    object-fit: cover;
    border: 1.5px solid rgba(255,255,255,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.brand-text[b-vp0xuqb0ih] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name[b-vp0xuqb0ih] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.brand-sub[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.env-badge[b-vp0xuqb0ih] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.env-badge-sandbox[b-vp0xuqb0ih] {
    background: rgba(56, 189, 248, 0.18);
    color: #7dd3fc;
    border: 1px solid rgba(56, 189, 248, 0.35);
}

.env-badge-live[b-vp0xuqb0ih] {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.45);
}

/* ── Nav links ────────────────────────────────────────────────────────────── */
.top-bar-nav[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

[b-vp0xuqb0ih] .top-bar-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.8rem;
    border-radius: 7px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

[b-vp0xuqb0ih] .top-bar-link i {
    font-size: 0.9rem;
    flex-shrink: 0;
}

[b-vp0xuqb0ih] .top-bar-link:hover {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    text-decoration: none;
}

[b-vp0xuqb0ih] .top-bar-link.active {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-weight: 600;
}

[b-vp0xuqb0ih] .top-bar-link-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

[b-vp0xuqb0ih] .held-attention-label {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #facc15;
}

[b-vp0xuqb0ih] .held-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #facc15;
    animation: heldColorPulse-b-vp0xuqb0ih 1.4s ease-in-out infinite;
}

@keyframes heldColorPulse-b-vp0xuqb0ih {
    0%, 100% { background-color: #facc15; }
    50% { background-color: #ef4444; }
}

/* ── User area ────────────────────────────────────────────────────────────── */
.top-bar-user[b-vp0xuqb0ih] {
    margin-left: auto;
    flex-shrink: 0;
}

.user-btn[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 9px;
    padding: 0.35rem 0.75rem 0.35rem 0.45rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.user-btn:hover[b-vp0xuqb0ih],
.user-btn.show[b-vp0xuqb0ih] {
    background: rgba(255,255,255,0.13);
    border-color: rgba(255,255,255,0.22);
    color: #ffffff;
}

.user-btn[b-vp0xuqb0ih]::after {
    content: none;
}

.user-btn .dropdown-toggle[b-vp0xuqb0ih]::after {
    margin-left: 0.3rem;
}

.user-avatar[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.user-name[b-vp0xuqb0ih] {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── User dropdown ────────────────────────────────────────────────────────── */
.user-dropdown[b-vp0xuqb0ih] {
    min-width: 220px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 0.5rem 0;
    margin-top: 0.4rem;
}

.dropdown-user-header[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
}

.dropdown-avatar[b-vp0xuqb0ih] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── Mobile toggler ───────────────────────────────────────────────────────── */
.nav-toggler[b-vp0xuqb0ih] {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 7px;
    color: rgba(255,255,255,0.75);
    padding: 0.3rem 0.55rem;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: auto;
    cursor: pointer;
    transition: background 0.15s;
}

.nav-toggler:hover[b-vp0xuqb0ih] {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

@media (max-width: 991px) {
    .nav-toggler[b-vp0xuqb0ih] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-bar-inner[b-vp0xuqb0ih] {
        flex-wrap: wrap;
        height: auto;
        padding: 0.6rem 1rem;
        gap: 0;
    }

    .top-bar-brand[b-vp0xuqb0ih] {
        flex: 1;
    }

    .collapse.navbar-collapse[b-vp0xuqb0ih] {
        width: 100%;
        padding-bottom: 0.5rem;
    }

    .top-bar-nav[b-vp0xuqb0ih] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
        width: 100%;
        padding-top: 0.4rem;
    }

    [b-vp0xuqb0ih] .top-bar-link {
        width: 100%;
        padding: 0.5rem 0.75rem;
    }

    .top-bar-user[b-vp0xuqb0ih] {
        margin-left: 0;
        width: 100%;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .user-btn[b-vp0xuqb0ih] {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ── Blazor error UI ──────────────────────────────────────────────────────── */
#blazor-error-ui[b-vp0xuqb0ih] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vp0xuqb0ih] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Features/AddBooking/AddBooking.razor.rz.scp.css */
.add-booking-page-header-text[b-a5e2w04igl] {
    min-width: 0;
}

.search-experience-switch[b-a5e2w04igl] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.25rem;
    gap: 0.125rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.search-experience-option[b-a5e2w04igl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.5rem 1.125rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #6c757d;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.search-experience-option:hover:not(.active)[b-a5e2w04igl] {
    color: #495057;
    background: rgba(255, 255, 255, 0.55);
}

.search-experience-option:focus-visible[b-a5e2w04igl] {
    outline: 2px solid rgba(13, 110, 253, 0.45);
    outline-offset: 2px;
}

.search-experience-option.active[b-a5e2w04igl] {
    background: #fff;
    color: #0d6efd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.search-experience-option i[b-a5e2w04igl] {
    font-size: 0.95rem;
}

/* Matches AddBookingSearchForm.razor.css */
.btn-search[b-a5e2w04igl] {
    font-weight: 600;
    border-radius: 0.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-width: 160px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.35);
    transition: box-shadow 0.15s, transform 0.1s;
}

.btn-search:not(:disabled):hover[b-a5e2w04igl] {
    box-shadow: 0 4px 14px rgba(255, 193, 7, 0.55);
    transform: translateY(-1px);
}

.btn-search:not(:disabled):active[b-a5e2w04igl] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.25);
}

@media (max-width: 575.98px) {
    .add-booking-page-header[b-a5e2w04igl] {
        align-items: stretch !important;
    }

    .search-experience-switch[b-a5e2w04igl] {
        width: 100%;
    }

    .search-experience-option[b-a5e2w04igl] {
        flex: 1 1 0;
        padding: 0.55rem 0.75rem;
    }
}
/* /Features/AddBooking/Components/AddBookingAvailabilityResults.razor.rz.scp.css */
/* Highlight pulse for reference-lookup matched room row */
@keyframes highlight-pulse-b-4jfnw4ivb3 {
    0%   { background-color: #fff3cd; }
    50%  { background-color: #ffe69c; }
    100% { background-color: #fff3cd; }
}

.highlighted-room-row[b-4jfnw4ivb3] {
    animation: highlight-pulse-b-4jfnw4ivb3 1.6s ease-in-out 3;
    background-color: #fff3cd;
    outline: 2px solid #ffc107;
    outline-offset: -2px;
}

.meal-more-backdrop[b-4jfnw4ivb3] {
    position: fixed;
    inset: 0;
    z-index: 1040;
}

.meal-more-menu[b-4jfnw4ivb3] {
    position: absolute;
    z-index: 1050;
}

/* ── Hotel result card header ───────────────────────────────────────────────── */

.hotel-result-card-header[b-4jfnw4ivb3] {
    position: relative;
    background: #f8f9fa;
    border-left: 4px solid #0d6efd;
    cursor: pointer;
    padding: 1rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hotel-result-card-header[b-4jfnw4ivb3] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.hotel-result-header[b-4jfnw4ivb3] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.hotel-result-header-main[b-4jfnw4ivb3] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    flex: 0 1 auto;
    min-width: 0;
}

.hotel-result-title[b-4jfnw4ivb3] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.hotel-result-name[b-4jfnw4ivb3] {
    font-weight: 700;
    font-size: 1rem;
    overflow-wrap: anywhere;
    margin-inline-end: 0.25rem;
}

.hotel-result-title .badge[b-4jfnw4ivb3] {
    font-size: 0.7rem;
}

.hotel-result-rating[b-4jfnw4ivb3] {
    font-size: 0.85rem;
}

.hotel-result-header-end[b-4jfnw4ivb3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    margin-left: auto;
}

.hotel-result-fetch-progress[b-4jfnw4ivb3] {
    position: absolute;
    bottom: 0;
    /* Span full card width, including under the 4px left accent border */
    left: -4px;
    width: calc(100% + 4px);
    height: 4px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: rgba(25, 135, 84, 0.12);
}

.hotel-result-fetch-progress .progress-bar[b-4jfnw4ivb3] {
    border-radius: 0;
}

.hotel-result-header-actions[b-4jfnw4ivb3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.hotel-result-options-badge[b-4jfnw4ivb3] {
    font-size: 0.75rem;
}

@media (max-width: 767.98px) {
    .hotel-result-header[b-4jfnw4ivb3] {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .hotel-result-header-main[b-4jfnw4ivb3],
    .hotel-result-header-end[b-4jfnw4ivb3] {
        flex: 1 1 100%;
    }

    .hotel-result-header-end[b-4jfnw4ivb3] {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .hotel-result-header-actions[b-4jfnw4ivb3] {
        flex: 1 1 100%;
        justify-content: space-between;
    }
}
/* /Features/AddBooking/Components/AddBookingSearchForm.razor.rz.scp.css */
/* ── Card shell ── */
.search-form-card[b-e2d4uz4hop] {
    border-radius: 0.75rem;
    overflow: visible;
}

.search-form-header[b-e2d4uz4hop] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0.875rem 1.25rem;
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

/* ── Field labels ── */
.search-field-label[b-e2d4uz4hop] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.35rem;
    letter-spacing: 0.01em;
}

/* ── Suggestions dropdown ── */
.suggestions-dropdown[b-e2d4uz4hop] {
    z-index: 2000;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #dee2e6;
    max-height: 24rem;
    overflow-y: auto;
    top: calc(100% + 2px);
}

    .suggestions-dropdown .list-group-item:hover[b-e2d4uz4hop] {
        background-color: #f0f7ff;
    }

.suggestion-location[b-e2d4uz4hop] {
    color: #3a6a9e;
    font-weight: 400;
}

/* ── Hotel mapping action button padding ── */
.pe-hotel-action[b-e2d4uz4hop] {
    padding-right: 10.5rem !important;
}

.hotel-clear-btn[b-e2d4uz4hop] {
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: 1.5px solid var(--bs-border-color);
    border-radius: 50%;
    background: transparent;
    color: var(--bs-secondary-color);
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.15s, color 0.15s, background-color 0.15s;
    cursor: pointer;
}

.hotel-clear-btn:hover[b-e2d4uz4hop] {
    border-color: var(--bs-danger);
    color: var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), 0.08);
}

/* ── Guest stepper cards ── */
.guest-row[b-e2d4uz4hop] {
    padding: 0.25rem 0;
}

.guest-stepper-card[b-e2d4uz4hop] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1.5px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
    min-width: 140px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .guest-stepper-card:hover[b-e2d4uz4hop] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
    }

.child-age-input-wrap[b-e2d4uz4hop] {
    min-width: 60px;
    max-width: 76px;
    flex: 0 0 auto;
}

.guest-stepper-label[b-e2d4uz4hop] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #495057;
}

.guest-stepper-controls[b-e2d4uz4hop] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.guest-stepper-value[b-e2d4uz4hop] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
    min-width: 1.5rem;
    text-align: center;
    display: inline-block;
}

/* ── Stepper +/− buttons (used by guest steppers) ── */
.nights-btn[b-e2d4uz4hop] {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    background: #fff;
    border: 1.5px solid #dee2e6;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

    .nights-btn:hover:not(:disabled)[b-e2d4uz4hop] {
        color: #0d6efd;
        border-color: #0d6efd;
        background: #e8f0fe;
    }

    .nights-btn:disabled[b-e2d4uz4hop] {
        opacity: 0.35;
        cursor: not-allowed;
    }

/* ── Search button ── */
.btn-search[b-e2d4uz4hop] {
    font-weight: 600;
    border-radius: 0.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-width: 160px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.35);
    transition: box-shadow 0.15s, transform 0.1s;
}

    .btn-search:not(:disabled):hover[b-e2d4uz4hop] {
        box-shadow: 0 4px 14px rgba(255, 193, 7, 0.55);
        transform: translateY(-1px);
    }

    .btn-search:not(:disabled):active[b-e2d4uz4hop] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(255, 193, 7, 0.25);
    }

/* ── Search progress panel ── */
.search-progress-panel[b-e2d4uz4hop] {
    border-radius: 0.75rem;
}

/* ── Recent destination quick-pick badges ── */
.dest-quick-badge[b-e2d4uz4hop] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.15rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1a5faa;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.25);
    border-radius: 2rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

    .dest-quick-badge:hover[b-e2d4uz4hop] {
        background: rgba(13, 110, 253, 0.16);
        border-color: rgba(13, 110, 253, 0.45);
        color: #0d47a1;
    }

/* ── Reference inline (header) ── */
.reference-inline[b-e2d4uz4hop] {
    animation: fadeIn-b-e2d4uz4hop 0.15s ease;
}
@keyframes fadeIn-b-e2d4uz4hop {
    from { opacity: 0; transform: translateX(6px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── Nights stepper ── */
.nights-stepper[b-e2d4uz4hop] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    background: #f8f9fa;
    border: 1.5px solid #dee2e6;
    border-radius: 2rem;
    padding: 0.3rem 0.6rem;
    width: 7.75rem;
    min-width: 7.75rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .nights-stepper:hover[b-e2d4uz4hop] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
    }

.nights-stepper-center[b-e2d4uz4hop] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 2.5rem;
}

.nights-stepper-value[b-e2d4uz4hop] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1.1;
}

.nights-stepper-label[b-e2d4uz4hop] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
    font-weight: 600;
}

/* Keep labels aligned with inputs by matching the stepper width. */
.nights-connector-spacer[b-e2d4uz4hop] {
    width: 7.75rem;
    min-width: 7.75rem;
    flex-shrink: 0;
}

/* ── Check-in / Check-out month overlay ── */
.date-picker-month-wrap[b-e2d4uz4hop] {
    position: relative;
    min-width: 0;
}

    .date-picker-month-wrap[b-e2d4uz4hop]  input[type="text"] {
        padding-right: 5.75rem;
    }

.date-month-overlay[b-e2d4uz4hop] {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    padding-right: 0.35rem;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
    user-select: none;
    white-space: nowrap;
}
/* /Features/AddBooking/Components/AiOfferPickerModal.razor.rz.scp.css */
/* ── Section cards ──────────────────────────────────────────── */
.section-card[b-2extzbqf3i] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 16px;
}

.section-title[b-2extzbqf3i] {
    font-weight: 600;
    font-size: .875rem;
    color: #343a40;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-title i[b-2extzbqf3i] { color: #0d6efd; }

/* ── Selectable cards (mode selector) ────────────────────────── */
.selectable-card[b-2extzbqf3i] {
    display: block;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
    background: #fafafa;
    height: 100%;
}
.selectable-card:hover[b-2extzbqf3i] { border-color: #adb5bd; background: #f4f4f4; }
.selectable-card.selected[b-2extzbqf3i] {
    border-color: #0d6efd; background: #f0f6ff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .08);
}

/* ── Selected flight chip ────────────────────────────────────── */
.flight-selected-chip[b-2extzbqf3i] {
    background: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 8px;
    padding: 8px 12px;
}

/* ── AI empty / initial state ────────────────────────────────── */
.ai-empty-state[b-2extzbqf3i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: #6c757d;
    text-align: center;
    gap: .5rem;
}

.ai-empty-state .ai-empty-icon[b-2extzbqf3i] {
    font-size: 2.25rem;
    color: #0d6efd;
    opacity: .4;
    line-height: 1;
}

.ai-empty-state .ai-empty-title[b-2extzbqf3i] {
    font-size: .9375rem;
    font-weight: 600;
    color: #495057;
}

.ai-empty-state .ai-empty-sub[b-2extzbqf3i] {
    font-size: .8125rem;
    color: #adb5bd;
    max-width: 360px;
}

/* ── Summary / AI reply card ─────────────────────────────────── */
.ai-summary-card[b-2extzbqf3i] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: .8125rem;
    color: #084298;
}

.ai-summary-card .ai-summary-icon[b-2extzbqf3i] {
    font-size: 1rem;
    color: #0d6efd;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── Results table ───────────────────────────────────────────── */
.shortlist-table th[b-2extzbqf3i] {
    font-size: .75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.shortlist-table td[b-2extzbqf3i] { vertical-align: middle; }

.row-index[b-2extzbqf3i] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Footer summary ──────────────────────────────────────────── */
.footer-summary[b-2extzbqf3i] {
    font-size: .8125rem;
    color: #6c757d;
}
/* /Features/AddBooking/Components/AirportAutocompleteField.razor.rz.scp.css */
.search-field-label[b-eq1qtluhd3] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
    letter-spacing: 0.01em;
}

.airport-field[b-eq1qtluhd3] {
    z-index: 1;
}

.airport-field:focus-within[b-eq1qtluhd3] {
    z-index: 10;
}

.airport-input-wrap[b-eq1qtluhd3] {
    position: relative;
}

.airport-input--has-clear[b-eq1qtluhd3] {
    padding-right: 2.25rem;
}

.airport-input--overlayed[b-eq1qtluhd3] {
    color: transparent;
    caret-color: transparent;
}

.airport-value-overlay[b-eq1qtluhd3] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
}

.airport-value-overlay--has-clear[b-eq1qtluhd3] {
    padding-right: 2.25rem;
}

.airport-clear-btn[b-eq1qtluhd3] {
    position: absolute;
    top: 50%;
    right: 0.45rem;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #adb5bd;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: color 0.15s, background-color 0.15s;
}

.airport-clear-btn:hover[b-eq1qtluhd3] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.06);
}

.airport-value-code[b-eq1qtluhd3] {
    color: var(--bs-body-color);
}

.airport-value-city[b-eq1qtluhd3] {
    color: var(--bs-secondary-color, #6c757d);
}

.suggestions-dropdown[b-eq1qtluhd3] {
    z-index: 2000;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #dee2e6;
    overflow-x: hidden;
    overflow-y: auto;
    top: calc(100% + 2px);
    max-height: 32rem;
    background: #fff;
}

.suggestions-dropdown--drop-up[b-eq1qtluhd3] {
    top: auto;
    bottom: calc(100% + 2px);
}

.suggestions-dropdown .list-group-item:hover[b-eq1qtluhd3],
.suggestions-dropdown .list-group-item.airport-suggestion--active[b-eq1qtluhd3] {
    background-color: #f0f7ff;
}
/* /Features/AddBooking/Components/CartModal.razor.rz.scp.css */
/* Scoped styles for CartModal component */

.cart-stay-sep[b-fvsje72e6n] {
    color: #495057;
}

/* Cap dialog to the viewport; body scrolls so header/footer stay usable. */
.cart-modal-dialog[b-fvsje72e6n] {
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
}

.cart-modal-dialog .modal-content[b-fvsje72e6n] {
    max-height: calc(100vh - 2rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cart-modal-steps[b-fvsje72e6n] {
    flex-shrink: 0;
}

.cart-modal-dialog .modal-body[b-fvsje72e6n] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-modal-dialog .modal-footer[b-fvsje72e6n] {
    flex-shrink: 0;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-clear-cart[b-fvsje72e6n] {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9aa0a6;
    --bs-btn-border-color: #9aa0a6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8a9096;
    --bs-btn-hover-border-color: #8a9096;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7a8086;
    --bs-btn-active-border-color: #7a8086;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9aa0a6;
    --bs-btn-disabled-border-color: #9aa0a6;
}

.cart-pricing-ledger[b-fvsje72e6n] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.8rem;
    width: fit-content;
    min-width: 36rem;
    max-width: 100%;
    margin-left: auto;
    align-self: flex-end;
}

.cart-ledger-row[b-fvsje72e6n] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    min-height: 1.6rem;
    padding: 0.1rem 0;
    width: auto;
}

.cart-ledger-row__label[b-fvsje72e6n] {
    color: #6c757d;
    white-space: nowrap;
    flex: 0 0 auto;
    min-width: 7.5rem;
}

.cart-ledger-row__value[b-fvsje72e6n] {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.cart-ledger-row--muted .cart-ledger-row__value[b-fvsje72e6n] {
    font-weight: 500;
}

.cart-ledger-row--method[b-fvsje72e6n] {
    padding: 0.15rem 0;
    gap: 0.5rem;
}

.cart-ledger-method-group[b-fvsje72e6n] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    min-width: 0;
}

.cart-ledger-method[b-fvsje72e6n] {
    width: 14.5rem;
    min-width: 14.5rem;
    max-width: 14.5rem;
    flex: 0 0 14.5rem;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.cart-ledger-row__action[b-fvsje72e6n] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
}

.cart-ledger-amount[b-fvsje72e6n] {
    width: 11rem;
}

.cart-ledger-promo[b-fvsje72e6n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    flex: 1 1 auto;
    min-width: 13.5rem;
}

.cart-ledger-clear[b-fvsje72e6n] {
    line-height: 1;
    width: 1rem;
}

.cart-ledger-methods[b-fvsje72e6n] {
    margin: 0.25rem 0;
    padding: 0.2rem 0;
    border-top: 1px dashed #dee2e6;
    border-bottom: 1px dashed #dee2e6;
}

.cart-ledger-methods--invalid[b-fvsje72e6n] {
    border-color: var(--bs-form-invalid-border-color, #dc3545);
}

.cart-ledger-row--emphasis[b-fvsje72e6n] {
    margin-top: 0.1rem;
    font-size: 0.85rem;
}

.cart-ledger-row--emphasis .cart-ledger-row__label[b-fvsje72e6n],
.cart-ledger-row--emphasis .cart-ledger-row__value[b-fvsje72e6n] {
    font-weight: 700;
    color: #212529;
}

.policy-norm-item[b-fvsje72e6n] {
    line-height: 1.6;
}

.policy-norm-item:last-child[b-fvsje72e6n] {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Style HTML content in policy sections */
.policy-norm-item p[b-fvsje72e6n],
.card-body p[b-fvsje72e6n] {
    margin-bottom: 0.75rem;
}

.policy-norm-item p:last-child[b-fvsje72e6n],
.card-body > div p:last-child[b-fvsje72e6n] {
    margin-bottom: 0;
}

.policy-norm-item ul[b-fvsje72e6n],
.policy-norm-item ol[b-fvsje72e6n],
.card-body ul[b-fvsje72e6n],
.card-body ol[b-fvsje72e6n] {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}

.policy-norm-item ul:last-child[b-fvsje72e6n],
.policy-norm-item ol:last-child[b-fvsje72e6n],
.card-body ul:last-child[b-fvsje72e6n],
.card-body ol:last-child[b-fvsje72e6n] {
    margin-bottom: 0;
}

.policy-norm-item li[b-fvsje72e6n],
.card-body li[b-fvsje72e6n] {
    margin-bottom: 0.25rem;
}

.policy-norm-item strong[b-fvsje72e6n],
.card-body strong[b-fvsje72e6n] {
    font-weight: 600;
}

.policy-norm-item em[b-fvsje72e6n],
.card-body em[b-fvsje72e6n] {
    font-style: italic;
}

/* Ensure HTML headings in policies are styled appropriately */
.policy-norm-item h1[b-fvsje72e6n],
.policy-norm-item h2[b-fvsje72e6n],
.policy-norm-item h3[b-fvsje72e6n],
.policy-norm-item h4[b-fvsje72e6n],
.policy-norm-item h5[b-fvsje72e6n],
.policy-norm-item h6[b-fvsje72e6n],
.card-body h1[b-fvsje72e6n],
.card-body h2[b-fvsje72e6n],
.card-body h3[b-fvsje72e6n],
.card-body h4[b-fvsje72e6n],
.card-body h5[b-fvsje72e6n],
.card-body h6[b-fvsje72e6n] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.policy-norm-item h1:first-child[b-fvsje72e6n],
.policy-norm-item h2:first-child[b-fvsje72e6n],
.policy-norm-item h3:first-child[b-fvsje72e6n],
.policy-norm-item h4:first-child[b-fvsje72e6n],
.policy-norm-item h5:first-child[b-fvsje72e6n],
.policy-norm-item h6:first-child[b-fvsje72e6n],
.card-body h1:first-child[b-fvsje72e6n],
.card-body h2:first-child[b-fvsje72e6n],
.card-body h3:first-child[b-fvsje72e6n],
.card-body h4:first-child[b-fvsje72e6n],
.card-body h5:first-child[b-fvsje72e6n],
.card-body h6:first-child[b-fvsje72e6n] {
    margin-top: 0;
}

/* Responsive table handling */
@media (max-width: 768px) {
    .table-responsive[b-fvsje72e6n] {
        font-size: 0.875rem;
    }
}
/* /Features/AddBooking/Components/DatePickerInput.razor.rz.scp.css */
.date-picker-input[b-ctzsdw8f8j] {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
}

.date-picker-input.flex-grow-1[b-ctzsdw8f8j] {
    width: auto;
}

.date-picker-input > input[type="text"][b-ctzsdw8f8j] {
    width: 100%;
    padding-right: 2.5rem;
}

.date-picker-input-calendar[b-ctzsdw8f8j] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
}

.date-picker-input-native[b-ctzsdw8f8j] {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    /* Ensure the control is hittable in Firefox (no webkit picker indicator). */
    color: transparent;
    background: transparent;
}

.date-picker-input-native[b-ctzsdw8f8j]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.date-picker-input > input[type="text"]:disabled ~ .date-picker-input-calendar[b-ctzsdw8f8j] {
    opacity: 0.5;
}
/* /Features/AddBooking/Components/FlightBookingModal.razor.rz.scp.css */
/* Scoped styles for FlightBookingModal component */

.fb-dial-flag[b-rh761bzjfu] {
    font-size: 1.25rem;
    padding: 0 .55rem;
    line-height: 1;
    background: #f8f9fa;
    border-right: none;
    user-select: none;
}

.fb-dial-input[b-rh761bzjfu] {
    flex: 0 0 82px;
    max-width: 82px;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .35rem;
    font-size: .9rem;
    border-left: none;
    border-right: none;
}

/* The review footer carries the pricing ledger, so cap it and let it scroll. */
.modal-footer[b-rh761bzjfu] {
    flex-shrink: 0;
    max-height: 45vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.flight-pricing-ledger[b-rh761bzjfu] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.8rem;
    width: fit-content;
    max-width: 100%;
}

.flight-ledger-row[b-rh761bzjfu] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    min-height: 1.6rem;
    padding: 0.1rem 0;
    width: auto;
}

.flight-ledger-row__label[b-rh761bzjfu] {
    color: #6c757d;
    white-space: nowrap;
    flex: 0 0 auto;
    min-width: 7.5rem;
}

.flight-ledger-row__value[b-rh761bzjfu] {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.flight-ledger-row--method[b-rh761bzjfu] {
    padding: 0.15rem 0;
    gap: 0.5rem;
}

.flight-ledger-method[b-rh761bzjfu] {
    width: 14.5rem;
    min-width: 14.5rem;
    max-width: 14.5rem;
    flex: 0 0 14.5rem;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.flight-ledger-method--hint[b-rh761bzjfu] {
    color: #adb5bd;
}

.flight-ledger-method option[b-rh761bzjfu] {
    color: var(--bs-body-color, #212529);
}

.flight-ledger-row__action[b-rh761bzjfu] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
}

.flight-ledger-amount[b-rh761bzjfu] {
    width: 9.5rem;
}

.flight-ledger-clear[b-rh761bzjfu] {
    line-height: 1;
    width: 1rem;
}

.flight-ledger-methods[b-rh761bzjfu] {
    margin: 0.25rem 0;
    padding: 0.2rem 0;
    border-top: 1px dashed #dee2e6;
    border-bottom: 1px dashed #dee2e6;
}

.flight-ledger-methods--invalid[b-rh761bzjfu] {
    border-color: var(--bs-form-invalid-border-color, #dc3545);
}

.flight-ledger-row--emphasis[b-rh761bzjfu] {
    margin-top: 0.1rem;
    font-size: 0.85rem;
}

.flight-ledger-row--emphasis .flight-ledger-row__label[b-rh761bzjfu],
.flight-ledger-row--emphasis .flight-ledger-row__value[b-rh761bzjfu] {
    font-weight: 700;
    color: #212529;
}
/* /Features/AddBooking/Components/FlightItinerariesStep.razor.rz.scp.css */
/* ── Layout: sidebar + main ──────────────────────────────────────────────────── */

.flight-layout[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.flight-layout--sidebar-collapsed[b-bvnad8p7m7] {
    grid-template-columns: 2.75rem minmax(0, 1fr);
}

.flight-mobile-filter-bar[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    grid-column: 1 / -1;
}

/* ── Sidebar ─────────────────────────────────────────────────────────────────── */

.flight-sidebar[b-bvnad8p7m7] {
    position: sticky;
    top: 0.75rem;
    max-height: calc(100vh - 1.5rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.flight-sidebar--collapsed .flight-sidebar__count[b-bvnad8p7m7],
.flight-sidebar--collapsed .flight-sidebar__body[b-bvnad8p7m7],
.flight-sidebar--collapsed .flight-sidebar__title[b-bvnad8p7m7] {
    display: none;
}

.flight-sidebar__header[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #eef2f7;
    flex-shrink: 0;
}

.flight-sidebar__title[b-bvnad8p7m7] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
}

.flight-sidebar__header-actions[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.flight-sidebar__count[b-bvnad8p7m7] {
    padding: 0.55rem 1rem;
    font-size: 0.78rem;
    color: #6b7280;
    border-bottom: 1px solid #eef2f7;
    background: #f8fbff;
    flex-shrink: 0;
}

.flight-sidebar__body[b-bvnad8p7m7] {
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.25rem 0 0.75rem;
    flex: 1;
}

.flight-sidebar-backdrop[b-bvnad8p7m7] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    z-index: 1040;
}

/* ── Filter sections ─────────────────────────────────────────────────────────── */

.flight-filter-section[b-bvnad8p7m7] {
    border-bottom: 1px solid #eef2f7;
}

.flight-filter-section:last-child[b-bvnad8p7m7] {
    border-bottom: none;
}

.flight-filter-section__toggle[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
    text-align: left;
}

.flight-filter-section__toggle:hover[b-bvnad8p7m7] {
    background: #f8fbff;
}

.flight-filter-section__body[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0 0.75rem 0.85rem;
}

.flight-time-group-label[b-bvnad8p7m7] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0.15rem 0 0.25rem;
}

.flight-time-route[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.flight-time-route--follow[b-bvnad8p7m7] {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #eef2f7;
}

.flight-time-route__title[b-bvnad8p7m7] {
    font-size: 0.84rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.flight-time-route__subtitle[b-bvnad8p7m7] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.3;
    margin-top: -0.15rem;
}

.flight-time-route__subtitle--arrive[b-bvnad8p7m7] {
    margin-top: 0.35rem;
}

.flight-time-band-grid[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

.flight-time-band[b-bvnad8p7m7] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.65rem 0.4rem 0.55rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.55rem;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
    user-select: none;
}

.flight-time-band:hover[b-bvnad8p7m7] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.flight-time-band.active[b-bvnad8p7m7] {
    border-color: #3b82f6;
    background: #eff6ff;
    box-shadow: 0 0 0 1px #3b82f6;
}

.flight-time-band.disabled[b-bvnad8p7m7] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    background: #f9fafb;
}

.flight-time-band.disabled:hover[b-bvnad8p7m7] {
    border-color: #e5e7eb;
    background: #f9fafb;
}

.flight-time-band input[b-bvnad8p7m7] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.flight-time-band__icon[b-bvnad8p7m7] {
    font-size: 1.15rem;
    line-height: 1;
    color: #9ca3af;
}

.flight-time-band.active .flight-time-band__icon[b-bvnad8p7m7] {
    color: #2563eb;
}

.flight-time-band__range[b-bvnad8p7m7] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    white-space: nowrap;
}

.flight-time-band.active .flight-time-band__range[b-bvnad8p7m7] {
    color: #1e40af;
}

.flight-time-band__price[b-bvnad8p7m7] {
    font-size: 0.65rem;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.2;
    white-space: nowrap;
}

.flight-time-band.active .flight-time-band__price[b-bvnad8p7m7] {
    color: #0d6efd;
}

.flight-time-arrive-toggle[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    align-self: flex-start;
    padding: 0.15rem 0;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.flight-time-arrive-toggle:hover[b-bvnad8p7m7] {
    color: #0d6efd;
}

.flight-time-arrive-toggle .bi[b-bvnad8p7m7] {
    font-size: 0.7rem;
}

.flight-check[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.8rem;
    color: #374151;
    transition: background 0.12s, border-color 0.12s;
}

.flight-check:hover[b-bvnad8p7m7] {
    background: #eff6ff;
}

.flight-check.active[b-bvnad8p7m7] {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1e40af;
}

.flight-check input[b-bvnad8p7m7] {
    accent-color: #0d6efd;
    flex-shrink: 0;
}

.flight-check__label[b-bvnad8p7m7] {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    line-height: 1.25;
}

.flight-check__price[b-bvnad8p7m7] {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.flight-check.active .flight-check__price[b-bvnad8p7m7] {
    color: #0d6efd;
}

.flight-check__logo[b-bvnad8p7m7] {
    width: 1.15rem;
    height: 1.15rem;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 0.2rem;
}

.flight-check--toggle[b-bvnad8p7m7] {
    margin-bottom: 0.25rem;
    background: #f8fbff;
    border-color: #e2e8f0;
}

.flight-airline-actions[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
    padding: 0 0.25rem;
}

.flight-price-inputs[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.flight-price-field .form-label[b-bvnad8p7m7] {
    color: #6b7280;
    font-weight: 600;
}

.flight-range-hint[b-bvnad8p7m7] {
    font-size: 0.7rem;
    margin-top: 0.25rem;
}

.flight-range[b-bvnad8p7m7] {
    accent-color: #0d6efd;
}

/* ── Main column / sort tabs ─────────────────────────────────────────────────── */

.flight-main[b-bvnad8p7m7] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.flight-sort-bar[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.flight-sort-tabs[b-bvnad8p7m7] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.2rem;
    background: #f3f4f6;
    border-radius: 0.65rem;
}

.flight-sort-tab[b-bvnad8p7m7] {
    padding: 0.4rem 0.9rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.flight-sort-tab:hover:not(.active)[b-bvnad8p7m7] {
    color: #1e40af;
    background: #eff6ff;
}

.flight-sort-tab.active[b-bvnad8p7m7] {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.28);
}

.flight-offer-list[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Offer card shell ────────────────────────────────────────────────────────── */

.flight-offer-card[b-bvnad8p7m7] {
    border-radius: 0.875rem;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    padding: 1rem 1.1rem;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.flight-offer-card--select-mode[b-bvnad8p7m7] {
    cursor: default;
}

.flight-offer-card:hover[b-bvnad8p7m7] {
    border-color: #93c5fd;
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.1);
}

.flight-offer-card:focus-visible[b-bvnad8p7m7] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.flight-offer-card--selected[b-bvnad8p7m7] {
    border-color: #0d6efd;
    background: #eff6ff;
}

.flight-offer-card--referenced[b-bvnad8p7m7] {
    border-color: #d4a017;
    border-width: 2px;
    background: linear-gradient(180deg, #fffbeb 0%, #fff 42%);
    box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.18), 0 4px 14px rgba(180, 130, 20, 0.12);
}

.flight-offer-card--referenced:hover[b-bvnad8p7m7] {
    border-color: #c9970a;
    box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.28), 0 6px 18px rgba(180, 130, 20, 0.16);
}

.flight-offer-card--referenced.flight-offer-card--selected[b-bvnad8p7m7] {
    border-color: #c9970a;
    background: linear-gradient(180deg, #fef3c7 0%, #fffbeb 38%, #fff 100%);
}

.flight-offer-card--referenced:focus-visible[b-bvnad8p7m7] {
    outline-color: #d4a017;
}

.flight-offer-referenced-label[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: rgba(212, 160, 23, 0.14);
    border: 1px solid rgba(212, 160, 23, 0.35);
    color: #92400e;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.flight-offer-referenced-label i[b-bvnad8p7m7] {
    color: #d4a017;
    font-size: 0.8rem;
}

/* ── Main strip: airline | itinerary | price rail ────────────────────────────── */

.flight-offer-main[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.flight-offer-airline[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 0 0 9.5rem;
    min-width: 0;
}

.flight-airline-text[b-bvnad8p7m7] {
    min-width: 0;
    flex: 1;
}

.flight-airline-logo[b-bvnad8p7m7] {
    width: 2.25rem;
    height: 2.25rem;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.flight-airline-logo img[b-bvnad8p7m7] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.35rem;
}

.flight-airline-name[b-bvnad8p7m7] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #374151;
    line-height: 1.2;
}

.flight-airline-code[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
    font-size: 0.72rem;
    margin-top: 0.1rem;
}

.flight-summary-leg[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.flight-summary-leg-icon[b-bvnad8p7m7] {
    font-size: 0.7rem;
    line-height: 1;
}

.flight-summary-sep[b-bvnad8p7m7] {
    opacity: 0.55;
    margin: 0 0.1rem;
}

.flight-offer-itinerary[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1 1 auto;
    min-width: 0;
}

.flight-offer-rail[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem;
    flex: 0 0 8.5rem;
    padding-left: 1rem;
    border-left: 1px solid #eef2f7;
    align-self: stretch;
}

.flight-price-block[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
}

.flight-price-amount[b-bvnad8p7m7] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1.1;
    text-align: right;
}

.flight-price-currency[b-bvnad8p7m7] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.flight-price-pax[b-bvnad8p7m7] {
    font-size: 0.68rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.25;
    text-align: right;
    max-width: 8.5rem;
}

.flight-select-btn[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0.4rem 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background: #0d6efd;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.28);
    transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
}

.flight-select-btn:hover[b-bvnad8p7m7] {
    background: #0b5ed7;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
    transform: translateY(-1px);
}

.flight-select-btn:active[b-bvnad8p7m7] {
    background: #0a58ca;
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(13, 110, 253, 0.25);
}

.flight-select-btn:focus-visible[b-bvnad8p7m7] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.flight-select-btn:disabled[b-bvnad8p7m7] {
    opacity: 0.75;
    cursor: wait;
    transform: none;
    box-shadow: none;
}

.flight-select-btn i[b-bvnad8p7m7] {
    font-size: 0.85rem;
    line-height: 1;
}

.flight-offer-check-status[b-bvnad8p7m7] {
    margin-top: 0.65rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.78rem;
    line-height: 1.35;
}

.flight-cabin-badge[b-bvnad8p7m7] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.1rem 0.35rem;
}

/* ── Slice row ───────────────────────────────────────────────────────────────── */

.flight-slice-row[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.flight-slice-row--follow[b-bvnad8p7m7] {
    margin-top: 0;
}

.flight-slice-icon[b-bvnad8p7m7] {
    flex-shrink: 0;
    font-size: 0.85rem;
}

.flight-slice-times[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0.05rem;
    min-width: 2.6rem;
}

.flight-time[b-bvnad8p7m7] {
    font-size: 1.125rem;
    color: #111827;
    flex-shrink: 0;
    line-height: 1.15;
}

.flight-date[b-bvnad8p7m7] {
    font-size: 0.68rem;
    white-space: nowrap;
}

.flight-iata[b-bvnad8p7m7] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #374151;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: help;
}

.flight-route-line[b-bvnad8p7m7] {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(to right, #cbd5e1, #94a3b8, #cbd5e1);
    position: relative;
    min-width: 48px;
    margin: 0.85rem 0.15rem 0.95rem;
}

.flight-stop-dot[b-bvnad8p7m7] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f59e0b;
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 1px #f59e0b;
}

.flight-route-via[b-bvnad8p7m7] {
    position: absolute;
    top: -1.05rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 700;
    color: #b45309;
    white-space: nowrap;
    letter-spacing: 0.01em;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 0.05rem 0.4rem;
    line-height: 1.35;
}

.flight-route-duration[b-bvnad8p7m7] {
    position: absolute;
    bottom: -1.05rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.68rem;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.flight-day-offset[b-bvnad8p7m7] {
    font-size: 0.6rem;
    font-weight: 700;
    color: #dc2626;
    margin-left: 1px;
}

.flight-stops-badge[b-bvnad8p7m7] {
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* ── Meta chips ──────────────────────────────────────────────────────────────── */

.flight-offer-meta[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px solid #eef2f7;
}

.flight-refundable-badge[b-bvnad8p7m7] {
    font-size: 0.7rem;
    color: #2563eb;
    font-weight: 600;
}

.flight-non-refundable-badge[b-bvnad8p7m7] {
    font-size: 0.7rem;
    color: #dc2626;
    font-weight: 600;
}

.flight-quick-baggage[b-bvnad8p7m7] {
    font-size: 0.7rem;
    color: #374151;
    font-weight: 600;
}

.flight-meta-details[b-bvnad8p7m7] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
}

.flight-meta-details:hover[b-bvnad8p7m7] {
    color: #0d6efd;
}

.flight-detail-chip[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flight-detail-chip__label[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #6b7280;
    font-weight: 600;
    flex-shrink: 0;
}

.flight-detail-chip__value[b-bvnad8p7m7] {
    font-weight: 600;
    color: #111827;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Flight details side panel ───────────────────────────────────────────────── */

.flight-details-backdrop[b-bvnad8p7m7] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1080;
}

.flight-details-panel[b-bvnad8p7m7] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(28rem, 100vw);
    background: #fff;
    z-index: 1081;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.18);
    animation: flight-details-slide-in-b-bvnad8p7m7 0.22s ease-out;
}

@keyframes flight-details-slide-in-b-bvnad8p7m7 {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.flight-details-panel__header[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef2f7;
    flex-shrink: 0;
}

.flight-details-panel__title[b-bvnad8p7m7] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.flight-details-panel__header .btn-close[b-bvnad8p7m7] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.flight-details-panel__body[b-bvnad8p7m7] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.5rem 2rem;
}

.flight-details-panel__footer[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #eef2f7;
    flex-shrink: 0;
    background: #fafbfc;
}

.flight-details-panel__price[b-bvnad8p7m7] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.flight-details-chips[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.flight-details-chips .flight-detail-chip:last-child[b-bvnad8p7m7] {
    grid-column: 1 / -1;
}

.flight-details-charges[b-bvnad8p7m7] {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0.85rem 1rem;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 0.625rem;
}

.flight-details-charges__title[b-bvnad8p7m7] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.65rem;
}

.flight-details-charges__rows[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.flight-details-charges__row[b-bvnad8p7m7] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.84rem;
}

.flight-details-charges__row--total[b-bvnad8p7m7] {
    margin-top: 0.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    font-weight: 700;
}

.flight-details-charges__label[b-bvnad8p7m7] {
    color: #6b7280;
    font-weight: 600;
}

.flight-details-charges__row--total .flight-details-charges__label[b-bvnad8p7m7] {
    color: #111827;
}

.flight-details-charges__value[b-bvnad8p7m7] {
    color: #111827;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.flight-details-charges__currency[b-bvnad8p7m7] {
    margin-inline-start: 0.25rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.78rem;
}

.flight-details-leg + .flight-details-leg[b-bvnad8p7m7] {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.flight-details-leg-divider[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.75rem 0 1.25rem;
}

.flight-details-leg-divider--first[b-bvnad8p7m7] {
    margin-top: 0;
    margin-bottom: 0.85rem;
}

.flight-details-leg-divider__line[b-bvnad8p7m7] {
    flex: 1;
    height: 0;
    border-top: 1.5px dashed #cbd5e1;
}

.flight-details-leg-divider__badge[b-bvnad8p7m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.flight-details-leg__label[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.flight-details-leg__title[b-bvnad8p7m7] {
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
}

.flight-details-date[b-bvnad8p7m7] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0.75rem 0 1rem;
}

.flight-details-timeline[b-bvnad8p7m7] {
    display: flex;
    flex-direction: column;
}

.flight-details-node[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: 3.25rem 1rem 1fr;
    column-gap: 0.75rem;
    align-items: start;
}

.flight-details-node__time[b-bvnad8p7m7] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    text-align: right;
    line-height: 1.3;
    padding-top: 0.05rem;
}

.flight-details-node__dot[b-bvnad8p7m7] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: 2px solid #9ca3af;
    background: #fff;
    margin: 0.25rem auto 0;
    z-index: 1;
}

.flight-details-node__place[b-bvnad8p7m7] {
    min-width: 0;
    padding-bottom: 0.25rem;
}

.flight-details-node__city[b-bvnad8p7m7] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.flight-details-node__airport[b-bvnad8p7m7] {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.35;
    margin-top: 0.1rem;
}

.flight-details-flight[b-bvnad8p7m7] {
    display: grid;
    grid-template-columns: 3.25rem 1rem 1fr;
    column-gap: 0.75rem;
    align-items: center;
    min-height: 4.5rem;
    margin: 0.15rem 0;
}

.flight-details-flight__duration[b-bvnad8p7m7] {
    font-size: 0.8125rem;
    color: #6b7280;
    text-align: right;
}

.flight-details-flight__rail[b-bvnad8p7m7] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.flight-details-flight__rail[b-bvnad8p7m7]::before {
    content: "";
    position: absolute;
    top: -1.25rem;
    bottom: -1.25rem;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #d1d5db;
}

.flight-details-flight__logo[b-bvnad8p7m7],
.flight-details-flight__logo-fallback[b-bvnad8p7m7] {
    position: relative;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    object-fit: contain;
}

.flight-details-flight__logo-fallback[b-bvnad8p7m7] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #0d6efd;
    transform: rotate(180deg);
}

.flight-details-flight__info[b-bvnad8p7m7] {
    min-width: 0;
}

.flight-details-flight__number[b-bvnad8p7m7] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.flight-details-flight__operated[b-bvnad8p7m7] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.15rem;
}

.flight-details-tech-stop[b-bvnad8p7m7] {
    font-size: 0.75rem;
    color: #b45309;
    margin: 0.35rem 0 0.35rem 4.5rem;
}

.flight-details-transit[b-bvnad8p7m7] {
    margin: 1.25rem 0;
    padding: 1rem 0;
}

.flight-details-transit__duration[b-bvnad8p7m7] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.flight-details-transit__airport[b-bvnad8p7m7] {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.35rem;
}

/* ── Responsive ──────────────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
    .flight-layout[b-bvnad8p7m7] {
        grid-template-columns: 1fr;
    }

    .flight-layout--sidebar-collapsed[b-bvnad8p7m7] {
        grid-template-columns: 1fr;
    }

    .flight-sidebar[b-bvnad8p7m7] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(20rem, 88vw);
        max-height: none;
        z-index: 1050;
        border-radius: 0;
        transform: translateX(-105%);
        transition: transform 0.22s ease-out;
        box-shadow: 8px 0 32px rgba(15, 23, 42, 0.18);
    }

    .flight-sidebar--open[b-bvnad8p7m7] {
        display: flex;
        transform: translateX(0);
    }

    .flight-sidebar--collapsed:not(.flight-sidebar--open)[b-bvnad8p7m7] {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .flight-offer-main[b-bvnad8p7m7] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .flight-offer-airline[b-bvnad8p7m7] {
        flex: 0 0 auto;
        width: 100%;
    }

    .flight-offer-rail[b-bvnad8p7m7] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 auto;
        width: 100%;
        padding-left: 0;
        padding-top: 0.65rem;
        border-left: none;
        border-top: 1px solid #eef2f7;
    }

    .flight-price-amount[b-bvnad8p7m7] {
        text-align: left;
    }

    .flight-select-btn[b-bvnad8p7m7] {
        width: auto;
        min-width: 6.5rem;
    }
}

/* Pagination active uses Bootstrap primary */
.flight-main .pagination .page-item.active .page-link[b-bvnad8p7m7] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
/* /Features/AddBooking/Components/FlightPickerContent.razor.rz.scp.css */
/* ── Fullscreen shell ────────────────────────────────────────── */
.flight-picker-shell[b-jty3a7o163] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    overflow: visible;
}

/* ── Top search bar ──────────────────────────────────────────── */
.flight-picker-search-bar[b-jty3a7o163] {
    position: relative;
    z-index: 20;
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 16px 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    overflow: visible;
}

.flight-picker-search-bar-top[b-jty3a7o163] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.flight-picker-title[b-jty3a7o163] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 1rem;
    color: #198754;
}

.flight-picker-title i[b-jty3a7o163] {
    font-size: 1.1rem;
}

.flight-picker-pax[b-jty3a7o163] {
    white-space: nowrap;
}

.flight-picker-search-fields[b-jty3a7o163] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}

.flight-picker-field[b-jty3a7o163] {
    flex: 1 1 auto;
    min-width: 0;
}

.flight-picker-field-airport[b-jty3a7o163] {
    flex: 1 1 180px;
    max-width: 260px;
}

.flight-picker-field-swap[b-jty3a7o163] {
    flex: 0 0 auto;
}

.flight-picker-field-date[b-jty3a7o163] {
    flex: 0 1 150px;
    min-width: 140px;
}

.flight-picker-field-cabin[b-jty3a7o163] {
    flex: 0 1 140px;
    min-width: 120px;
}

.flight-picker-field-airlines[b-jty3a7o163] {
    flex: 0 1 180px;
    min-width: 150px;
    max-width: 220px;
}

.flight-picker-field-action[b-jty3a7o163] {
    flex: 0 0 auto;
}

.flight-picker-search-btn[b-jty3a7o163] {
    min-width: 110px;
    white-space: nowrap;
}

.search-field-label[b-jty3a7o163] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
    letter-spacing: 0.01em;
}

/* ── Results area ────────────────────────────────────────────── */
.flight-picker-results[b-jty3a7o163] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    background: #f8f9fa;
}

/* ── Progress docked to results panel top ────────────────────── */
.flight-picker-search-progress[b-jty3a7o163] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.flight-picker-search-progress .progress-bar[b-jty3a7o163] {
    border-radius: 0;
}

.flight-picker-empty[b-jty3a7o163] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 4rem 1rem;
    color: #6c757d;
    text-align: center;
}

.flight-picker-empty i[b-jty3a7o163] {
    font-size: 2.5rem;
    color: #198754;
    opacity: .35;
    line-height: 1;
}

/* ── Swap button ─────────────────────────────────────────────── */
.swap-btn[b-jty3a7o163] {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    background: #f9fafb;
    color: #6c757d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}

.swap-btn:hover:not(:disabled)[b-jty3a7o163] {
    color: #0d6efd;
    border-color: #0d6efd;
    background: #eff6ff;
    transform: rotate(180deg);
}

/* ── Airlines multi-select ───────────────────────────────────── */
.airline-multiselect-toggle[b-jty3a7o163] {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.airline-multiselect-toggle > span[b-jty3a7o163] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.airline-multiselect-backdrop[b-jty3a7o163] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

.airline-multiselect-menu[b-jty3a7o163] {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    max-height: 14rem;
    overflow-y: auto;
    padding: 0.4rem 0;
    background: #fff;
}

.airline-multiselect-search[b-jty3a7o163] {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.airline-multiselect-item[b-jty3a7o163] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
}

.airline-multiselect-item:hover[b-jty3a7o163] {
    background: #f8f9fa;
}

.airline-multiselect-item .form-check-input[b-jty3a7o163] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.airline-multiselect-item .form-check-label[b-jty3a7o163] {
    font-size: 0.8125rem;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .flight-picker-field-airport[b-jty3a7o163],
    .flight-picker-field-date[b-jty3a7o163],
    .flight-picker-field-cabin[b-jty3a7o163],
    .flight-picker-field-airlines[b-jty3a7o163] {
        flex: 1 1 calc(50% - 10px);
        max-width: none;
        min-width: 0;
    }

    .flight-picker-field-action[b-jty3a7o163] {
        flex: 1 1 100%;
    }

    .flight-picker-search-btn[b-jty3a7o163] {
        width: 100%;
    }
}
/* /Features/AddBooking/Components/FlightPickerModal.razor.rz.scp.css */
/* Sit above parent offer modals (Bootstrap modal = 1055, nested previews = 1075). */
.flight-picker-modal[b-15qxx3orvj] {
    z-index: 1085;
}

.flight-picker-backdrop[b-15qxx3orvj] {
    z-index: 1080;
}

.flight-picker-modal .modal-dialog[b-15qxx3orvj] {
    margin: 0;
}

.flight-picker-modal .modal-dialog.modal-fullscreen[b-15qxx3orvj] {
    max-width: 100%;
    height: 100%;
}
/* /Features/AddBooking/Components/FullSearchForm.razor.rz.scp.css */
.unified-trip-form[b-3nl5704osz] {
    overflow: visible;
}

/* ── Wizard stepper header ───────────────────────────────────────────────────── */

.wizard-stepper[b-3nl5704osz] {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.875rem;
    padding: 0.875rem 1.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    gap: 0;
    overflow-x: auto;
}

.wizard-step[b-3nl5704osz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background 0.15s;
}

.wizard-step:not(:disabled):hover[b-3nl5704osz] {
    background: #f1f5f9;
}

.wizard-step:disabled[b-3nl5704osz] {
    cursor: default;
}

.wizard-step-pill[b-3nl5704osz] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.wizard-step--pending .wizard-step-pill[b-3nl5704osz] {
    background: #f1f5f9;
    color: #94a3b8;
    border: 2px solid #e2e8f0;
}

.wizard-step--active .wizard-step-pill[b-3nl5704osz] {
    background: #0d6efd;
    color: #fff;
    border: 2px solid #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.35);
}

.wizard-step--completed .wizard-step-pill[b-3nl5704osz] {
    background: #10b981;
    color: #fff;
    border: 2px solid #10b981;
}

.wizard-step-label[b-3nl5704osz] {
    font-size: 0.78125rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.15s;
}

.wizard-step--pending .wizard-step-label[b-3nl5704osz] { color: #94a3b8; }
.wizard-step--active .wizard-step-label[b-3nl5704osz] { color: #0d6efd; }
.wizard-step--completed .wizard-step-label[b-3nl5704osz] { color: #10b981; }

.wizard-step-connector[b-3nl5704osz] {
    flex: 1;
    height: 2px;
    min-width: 1.5rem;
    border-radius: 1px;
    transition: background 0.2s;
}

.wizard-step-connector--done[b-3nl5704osz] { background: #10b981; }
.wizard-step-connector--pending[b-3nl5704osz] { background: #e2e8f0; }

/* ── Wizard step body ────────────────────────────────────────────────────────── */

.wizard-step-body[b-3nl5704osz] {
    min-height: 200px;
}

/* ── Wizard footer nav ───────────────────────────────────────────────────────── */

.wizard-footer[b-3nl5704osz] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1.5px solid #e2e8f0;
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 0.875rem 1.25rem;
    margin-top: 0.25rem;
}

.wizard-step-counter[b-3nl5704osz] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2rem;
    padding: 0.2rem 0.65rem;
    letter-spacing: 0.02em;
}

.wizard-nav-btn[b-3nl5704osz] {
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.875rem;
    transition: box-shadow 0.15s, transform 0.1s;
}

.wizard-nav-btn.btn-outline-secondary:not(:disabled):hover[b-3nl5704osz] {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(108, 117, 125, 0.2);
}

.wizard-nav-btn.btn-primary:not(:disabled):hover[b-3nl5704osz] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* ── Search / Continue button — matches AddBookingSearchForm.razor.css ───────── */

.btn-search[b-3nl5704osz] {
    font-weight: 600;
    border-radius: 0.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-width: 160px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.35);
    transition: box-shadow 0.15s, transform 0.1s;
}

.btn-search:not(:disabled):hover[b-3nl5704osz] {
    box-shadow: 0 4px 14px rgba(255, 193, 7, 0.55);
    transform: translateY(-1px);
}

.btn-search:not(:disabled):active[b-3nl5704osz] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.25);
}

/* ── Responsive stepper ─────────────────────────────────────────────────────── */

@media (max-width: 767.98px) {
    .wizard-stepper[b-3nl5704osz] {
        padding: 0.75rem 0.875rem;
        gap: 0;
    }

    .wizard-step-label[b-3nl5704osz] {
        display: none;
    }

    .wizard-step-connector[b-3nl5704osz] {
        min-width: 0.75rem;
    }

    .btn-search[b-3nl5704osz] {
        width: 100%;
    }
}
/* /Features/AddBooking/Components/HotelAvailabilityStep.razor.rz.scp.css */
/* ── Hotel card ─────────────────────────────────────────────────────────────── */

.hotel-avail-card[b-t8ykfeli7a] {
    border-radius: 0.875rem;
    border: 1.5px solid #e2e8f0 !important;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.hotel-avail-card:hover[b-t8ykfeli7a] {
    border-color: #93c5fd !important;
}

.hotel-avail-header[b-t8ykfeli7a] {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background 0.15s;
}

.hotel-avail-header:hover[b-t8ykfeli7a] {
    background: linear-gradient(135deg, #eef0f3 0%, #e8eaed 100%);
}

.hotel-avail-icon[b-t8ykfeli7a] {
    width: 2.5rem;
    height: 2.5rem;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hotel-avail-name[b-t8ykfeli7a] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.hotel-avail-address[b-t8ykfeli7a] {
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.hotel-avail-price-preview[b-t8ykfeli7a] {
    min-width: 90px;
}

.hotel-avail-best-price[b-t8ykfeli7a] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1.1;
}

.hotel-avail-currency[b-t8ykfeli7a] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
}

/* ── Room rows ──────────────────────────────────────────────────────────────── */

.hotel-avail-rooms[b-t8ykfeli7a] {
    background: #fff;
}

.hotel-avail-room-row[b-t8ykfeli7a] {
    transition: background 0.1s;
}

.hotel-avail-room-row:hover[b-t8ykfeli7a] {
    background: #f8fbff;
}

.hotel-avail-room-row--selected[b-t8ykfeli7a] {
    background: #f0fdf4;
    box-shadow: inset 3px 0 0 #16a34a;
}

.hotel-avail-room-row--selected:hover[b-t8ykfeli7a] {
    background: #e9fbef;
}

/* ── Selection summary ──────────────────────────────────────────────────────── */

.hotel-avail-selection-summary[b-t8ykfeli7a] {
    background: #16a34a;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
}

.hotel-room-name[b-t8ykfeli7a] {
    font-size: 0.875rem;
    color: #1e293b;
}

.hotel-room-benefits[b-t8ykfeli7a] {
    font-size: 0.78rem;
    margin-top: 0.1rem;
}

.hotel-avail-room-price[b-t8ykfeli7a] {
    min-width: 120px;
}

.hotel-room-price-amount[b-t8ykfeli7a] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1.1;
}

/* ── Filter bar items ───────────────────────────────────────────────────────── */

.hotel-avail-filter-item[b-t8ykfeli7a] {
    min-width: 140px;
    flex: 1 1 140px;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

@media (max-width: 767.98px) {
    .hotel-avail-header[b-t8ykfeli7a] {
        flex-wrap: wrap;
    }

    .hotel-avail-price-preview[b-t8ykfeli7a] {
        width: 100%;
        text-align: left !important;
    }
}
/* /Features/AddBooking/Components/LoadedOfferContextNote.razor.rz.scp.css */
/* Condition / fare chips (parity with FlightItinerariesStep details aside) */
.boarding-chips[b-14x6s6428n] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.boarding-chip[b-14x6s6428n] {
    flex: 1 1 8.5rem;
    min-width: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.45rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.boarding-chip__label[b-14x6s6428n] {
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.boarding-chip__value[b-14x6s6428n] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.25;
}

.boarding-itinerary[b-14x6s6428n] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
}

.boarding-itinerary__title[b-14x6s6428n] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 0.5rem;
}

.boarding-itinerary__leg + .boarding-itinerary__leg[b-14x6s6428n] {
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #cbd5e1;
}

.boarding-itinerary__leg-label[b-14x6s6428n] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.boarding-itinerary .boarding-timeline[b-14x6s6428n] {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* Segment timeline inside itinerary */
.boarding-timeline[b-14x6s6428n] {
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #cbd5e1;
}

.boarding-timeline__date[b-14x6s6428n] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0.35rem 0 0.5rem;
}

.boarding-timeline__segment[b-14x6s6428n] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.boarding-timeline__node[b-14x6s6428n] {
    display: grid;
    grid-template-columns: 3.1rem 0.7rem 1fr;
    gap: 0.45rem;
    align-items: start;
}

.boarding-timeline__time[b-14x6s6428n] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
    line-height: 1.2;
}

.boarding-timeline__day-offset[b-14x6s6428n] {
    font-size: 0.65rem;
    color: #dc3545;
    font-weight: 700;
}

.boarding-timeline__dot[b-14x6s6428n] {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.3rem;
    border-radius: 50%;
    background: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    justify-self: center;
}

.boarding-timeline__city[b-14x6s6428n] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
}

.boarding-timeline__airport[b-14x6s6428n] {
    font-size: 0.72rem;
    color: #64748b;
}

.boarding-timeline__flight[b-14x6s6428n] {
    display: grid;
    grid-template-columns: 3.1rem 0.7rem 1fr;
    gap: 0.45rem;
    align-items: center;
    margin: 0.15rem 0;
}

.boarding-timeline__duration[b-14x6s6428n] {
    font-size: 0.68rem;
    color: #64748b;
    text-align: right;
}

.boarding-timeline__rail[b-14x6s6428n] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.2rem;
}

.boarding-timeline__rail[b-14x6s6428n]::before {
    content: "";
    position: absolute;
    top: -0.35rem;
    bottom: -0.35rem;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(
        to bottom,
        #94a3b8 0,
        #94a3b8 3px,
        transparent 3px,
        transparent 6px
    );
}

.boarding-timeline__logo[b-14x6s6428n],
.boarding-timeline__logo-fallback[b-14x6s6428n] {
    position: relative;
    z-index: 1;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    object-fit: contain;
}

.boarding-timeline__logo-fallback[b-14x6s6428n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #0d6efd;
    transform: rotate(180deg);
}

.boarding-timeline__number[b-14x6s6428n] {
    font-size: 0.8rem;
    font-weight: 400;
    color: #1e293b;
}

.boarding-timeline__operated[b-14x6s6428n] {
    font-size: 0.7rem;
    color: #64748b;
}

.boarding-timeline__tech-stop[b-14x6s6428n] {
    margin-left: 3.55rem;
    font-size: 0.72rem;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.35rem;
    padding: 0.25rem 0.45rem;
}

.boarding-timeline__transit[b-14x6s6428n] {
    margin: 0.55rem 0 0.65rem 3.55rem;
    padding: 0.4rem 0.55rem;
    background: rgba(13, 110, 253, 0.06);
    border-left: 3px solid #0d6efd;
    border-radius: 0 0.35rem 0.35rem 0;
}

.boarding-timeline__transit-duration[b-14x6s6428n] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
}

.boarding-timeline__transit-airport[b-14x6s6428n] {
    font-size: 0.7rem;
    color: #64748b;
}

@media (max-width: 575.98px) {
    .boarding-timeline__transit[b-14x6s6428n],
    .boarding-timeline__tech-stop[b-14x6s6428n] {
        margin-left: 0;
    }
}
/* /Features/AddBooking/Components/PassengerDetailsStep.razor.rz.scp.css */
/* ── Passenger card ─────────────────────────────────────────────────────────── */

.pax-card[b-vqow0ma4xu] {
    border-radius: 0.875rem;
    border: 1.5px solid #e2e8f0 !important;
    overflow: hidden;
}

.pax-card-header[b-vqow0ma4xu] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.pax-icon[b-vqow0ma4xu] {
    width: 2rem;
    height: 2rem;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
/* /Features/AddBooking/Components/PromotionCodeEditor.razor.rz.scp.css */
.promo-code-editor[b-y9ehxxw0d3] {
    display: contents;
}

.promo-code-editor__field[b-y9ehxxw0d3] {
    width: 13.5rem;
}

.promo-code-editor__field .form-control[b-y9ehxxw0d3] {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.promo-code-editor__field--break[b-y9ehxxw0d3] {
    flex-basis: 100%;
}

.promo-code-editor__applied[b-y9ehxxw0d3] {
    font-weight: 600;
    color: #198754;
    white-space: nowrap;
    font-size: 0.8rem;
}

.promo-code-editor__error[b-y9ehxxw0d3] {
    flex-basis: 100%;
}
/* /Features/AddBooking/Components/RoomDetailsMoreModal.razor.rz.scp.css */
.nav-tabs-room-details[b-v4fh541xs7] {
    gap: .25rem;
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs-room-details .nav-link[b-v4fh541xs7] {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: .375rem .375rem 0 0;
    padding: .5rem .9rem;
    font-size: .875rem;
    color: #6c757d;
    cursor: pointer;
    background: none;
}

.nav-tabs-room-details .nav-link:hover[b-v4fh541xs7] {
    border-color: #dee2e6 #dee2e6 transparent;
    color: #212529;
}

.nav-tabs-room-details .nav-link.active[b-v4fh541xs7] {
    color: #0d6efd;
    background: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}

.room-details-subtitle[b-v4fh541xs7] {
    font-size: .8rem;
    opacity: .9;
}

.supplement-item[b-v4fh541xs7] {
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    padding: .75rem 1rem;
    background: #fff;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.supplement-item + .supplement-item[b-v4fh541xs7] {
    margin-top: .5rem;
}

.supplement-name[b-v4fh541xs7] {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.amenity-chip[b-v4fh541xs7] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .4rem .75rem;
    border-radius: .375rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    font-size: .875rem;
}

.empty-state[b-v4fh541xs7] {
    color: #6c757d;
    text-align: center;
    padding: 2.5rem 1rem;
}

.empty-state i[b-v4fh541xs7] {
    font-size: 2rem;
    opacity: .45;
    display: block;
    margin-bottom: .75rem;
}

.policy-body[b-v4fh541xs7],
.policy-norm-item[b-v4fh541xs7] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.policy-norm-item[b-v4fh541xs7] {
    line-height: 1.6;
}

.policy-norm-item:last-child[b-v4fh541xs7] {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.policy-norm-item p[b-v4fh541xs7],
.policy-body p[b-v4fh541xs7] {
    margin-bottom: .75rem;
}

.policy-norm-item p:last-child[b-v4fh541xs7],
.policy-body > div p:last-child[b-v4fh541xs7] {
    margin-bottom: 0;
}

.policy-norm-item ul[b-v4fh541xs7],
.policy-body ul[b-v4fh541xs7] {
    margin: .5rem 0 .75rem;
    padding-left: 1.25rem;
}

.policy-norm-item li[b-v4fh541xs7],
.policy-body li[b-v4fh541xs7] {
    margin-bottom: .35rem;
}

.policy-norm-item li:last-child[b-v4fh541xs7],
.policy-body li:last-child[b-v4fh541xs7] {
    margin-bottom: 0;
}

.tab-panel-min-height[b-v4fh541xs7] {
    min-height: 10rem;
}
/* /Features/AddBooking/Components/SendOfferContent.razor.rz.scp.css */
/* ── Step strip ─────────────────────────────────────────────── */
.step-strip[b-yw2bmuajyw] { background: #f8f9fa; }

.step-item[b-yw2bmuajyw] { display: flex; align-items: center; gap: 6px; white-space: nowrap; }

.step-num[b-yw2bmuajyw] {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: #dee2e6; color: #6c757d;
    font-size: .72rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .2s ease, color .2s ease;
}
.step-item.active .step-num[b-yw2bmuajyw] { background: #198754; color: #fff; }

.step-label[b-yw2bmuajyw] { font-size: .78rem; color: #6c757d; font-weight: 500; transition: color .2s ease; }
.step-item.active .step-label[b-yw2bmuajyw] { color: #198754; font-weight: 600; }

.step-line[b-yw2bmuajyw] {
    flex: 1; height: 2px; background: #dee2e6;
    margin: 0 8px; min-width: 24px;
    transition: background .2s ease;
}
.step-line.done[b-yw2bmuajyw] { background: #198754; }

/* ── Section cards ──────────────────────────────────────────── */
.section-card[b-yw2bmuajyw] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 16px;
}

.section-title[b-yw2bmuajyw] {
    font-weight: 600; font-size: .875rem; color: #343a40;
    display: flex; align-items: center; gap: 6px;
}
.section-title i[b-yw2bmuajyw] { color: #198754; }

/* ── Past markup quick-pick badges ──────────────────────────── */
.markup-quick-badge[b-yw2bmuajyw] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.15rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1a5faa;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.25);
    border-radius: 2rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.markup-quick-badge:hover[b-yw2bmuajyw] {
    background: rgba(13, 110, 253, 0.16);
    border-color: rgba(13, 110, 253, 0.45);
    color: #0d47a1;
}

/* Let fare inputs shrink inside the flex row (avoids Search/Visa overlap). */
.send-offer-fare-row[b-yw2bmuajyw],
.send-offer-fare-row > .form-control[b-yw2bmuajyw] {
    min-width: 0;
}
.send-offer-fare-row > .form-control[b-yw2bmuajyw] {
    width: auto; /* override Bootstrap form-control width:100% in flex */
}

/* ── Selected flight chip ────────────────────────────────────── */
.flight-selected-chip[b-yw2bmuajyw] {
    background: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 8px;
    padding: 8px 12px;
}

/* ── Tab strip ───────────────────────────────────────────────── */
.nav-tabs-offer[b-yw2bmuajyw] { gap: .25rem; border-bottom: none; }

.nav-tabs-offer .nav-link[b-yw2bmuajyw] {
    border: 1px solid transparent; border-bottom: none;
    border-radius: .375rem .375rem 0 0;
    padding: .45rem .9rem; font-size: .875rem;
    color: #495057; cursor: pointer; background: none;
}
.nav-tabs-offer .nav-link:hover[b-yw2bmuajyw] { border-color: #dee2e6 #dee2e6 transparent; color: #212529; }
.nav-tabs-offer .nav-link.active[b-yw2bmuajyw] { color: #212529; background: #fff; border-color: #dee2e6 #dee2e6 #fff; }

/* ── Instagram header / button ───────────────────────────────── */
.send-offer-header-instagram[b-yw2bmuajyw] {
    background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #fff;
}
.send-offer-btn-instagram[b-yw2bmuajyw] {
    background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #fff; border: 1px solid transparent;
}
.send-offer-btn-instagram:hover[b-yw2bmuajyw] { opacity: .9; color: #fff; }

/* /Features/AddBooking/Components/SendOfferModal.razor.rz.scp.css */
/* Styles have been moved to SendOfferContent.razor.css and FlightPickerContent.razor.css */
/* /Features/AddBooking/Components/TripPlanningStep.razor.rz.scp.css */
/* ── Cards ──────────────────────────────────────────────────────────────────── */

.trip-card[b-zdyickvfut] {
    border-radius: 0.875rem;
    overflow: visible;
}

.trip-card-header[b-zdyickvfut] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0.875rem 0.875rem 0 0 !important;
}

/* ── Reference inline (header) ── */
.reference-inline[b-zdyickvfut] {
    animation: referenceFadeIn-b-zdyickvfut 0.15s ease;
}

@keyframes referenceFadeIn-b-zdyickvfut {
    from { opacity: 0; transform: translateX(6px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── Field labels ───────────────────────────────────────────────────────────── */

.search-field-label[b-zdyickvfut] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
    letter-spacing: 0.01em;
}

/* ── Airlines multi-select dropdown ─────────────────────────────────────────── */

.airline-multiselect-toggle[b-zdyickvfut] {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.airline-multiselect-toggle > span[b-zdyickvfut] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.airline-multiselect-backdrop[b-zdyickvfut] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

.airline-multiselect-menu[b-zdyickvfut] {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    max-height: 14rem;
    overflow-y: auto;
    padding: 0.4rem 0;
    background: #fff;
}

.airline-multiselect-search[b-zdyickvfut] {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.airline-multiselect-item[b-zdyickvfut] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
}

.airline-multiselect-item:hover[b-zdyickvfut] {
    background: #f8f9fa;
}

.airline-multiselect-item .form-check-input[b-zdyickvfut] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.airline-multiselect-item .form-check-label[b-zdyickvfut] {
    font-size: 0.8125rem;
    cursor: pointer;
}

/* ── Inputs ─────────────────────────────────────────────────────────────────── */

.form-control:focus[b-zdyickvfut],
.form-select:focus[b-zdyickvfut] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

/* ── Trip-type toggle pill ──────────────────────────────────────────────────── */

.trip-type-switch[b-zdyickvfut] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.2rem;
    gap: 0.125rem;
    background: #f1f3f5;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
}

.trip-type-option[b-zdyickvfut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.95rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.trip-type-option:hover:not(.active)[b-zdyickvfut] {
    color: #374151;
    background: rgba(255, 255, 255, 0.8);
}

.trip-type-option.active[b-zdyickvfut] {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.35);
}

/* ── Swap / remove buttons ──────────────────────────────────────────────────── */

.swap-btn[b-zdyickvfut] {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    background: #f9fafb;
    color: #6c757d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}

.swap-btn:hover:not(:disabled)[b-zdyickvfut] {
    color: #0d6efd;
    border-color: #0d6efd;
    background: #eff6ff;
    transform: rotate(180deg);
}

.swap-btn:disabled[b-zdyickvfut] {
    opacity: 0.35;
    cursor: not-allowed;
}

.remove-row-btn[b-zdyickvfut] {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── Inline hotel section ───────────────────────────────────────────────────── */

.hotel-inline[b-zdyickvfut] {
    background: #f8fbff;
    border: 1.5px solid #dbeafe;
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hotel-inline--active[b-zdyickvfut] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.hotel-inline-header[b-zdyickvfut] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e40af;
    font-size: 0.875rem;
    font-weight: 600;
    flex-wrap: wrap;
    row-gap: 0.35rem;
}

.hotel-inline-header > .bi[b-zdyickvfut] {
    font-size: 1rem;
    color: #2563eb;
    flex-shrink: 0;
}

.hotel-inline-title[b-zdyickvfut] {
    line-height: 1.2;
}

.hotel-inline-dest[b-zdyickvfut] {
    font-weight: 400;
    color: #4b5563;
}

.hotel-inline-body[b-zdyickvfut] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #bfdbfe;
}

/* ── Nights pill (auto-computed badge) ──────────────────────────────────────── */

.nights-pill[b-zdyickvfut] {
    display: inline-flex;
    align-items: center;
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    border-radius: 2rem;
    padding: 0.15rem 0.625rem;
    font-size: 0.78125rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Leg connector (between multi-city legs) ────────────────────────────────── */

.leg-connector[b-zdyickvfut] {
    position: relative;
}

.leg-connector-line[b-zdyickvfut] {
    height: 1px;
    background: linear-gradient(to right, transparent, #cbd5e1, transparent);
}

/* ── Guest steppers (Travelers card) ────────────────────────────────────────── */

.guest-row[b-zdyickvfut] {
    padding: 0.25rem 0;
}

.guest-stepper-card[b-zdyickvfut] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.625rem;
    padding: 0.625rem 1rem;
    min-width: 160px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.guest-stepper-card:hover[b-zdyickvfut] {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.guest-stepper-label[b-zdyickvfut] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
}

.guest-stepper-age-desc[b-zdyickvfut] {
    font-size: 0.72rem;
    color: #9ca3af;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.15rem;
}

.guest-stepper-controls[b-zdyickvfut] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.guest-stepper-value[b-zdyickvfut] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
    min-width: 1.5rem;
    text-align: center;
    display: inline-block;
}

/* ── Hotel entry row (single flex line: location + dates + guests + remove) ─── */

.hotel-entry-row[b-zdyickvfut] {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hotel-entry-location[b-zdyickvfut] {
    flex: 1 1 180px;
    min-width: 160px;
}

.hotel-entry-date[b-zdyickvfut] {
    flex: 0 0 auto;
    min-width: 130px;
}

.hotel-nights-badge[b-zdyickvfut] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    border-radius: 2rem;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.05rem 0.55rem;
    vertical-align: middle;
    user-select: none;
}

.hotel-nights-badge-btn[b-zdyickvfut] {
    background: none;
    border: none;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0 0.1rem;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.hotel-nights-badge-btn:hover:not(:disabled)[b-zdyickvfut] {
    color: #1e3a8a;
}

.hotel-nights-badge-btn:disabled[b-zdyickvfut] {
    opacity: 0.35;
    cursor: default;
}

/* ── Guest summary chip (collapsed state) ───────────────────────────────────── */

.hotel-guests-chip[b-zdyickvfut] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0.75rem;
    background: #f8faff;
    border: 1.5px dashed #93c5fd;
    border-radius: 0.625rem;
    color: #374151;
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.hotel-guests-chip:hover[b-zdyickvfut] {
    border-color: #3b82f6;
    background: #eff6ff;
    color: #1d4ed8;
}

.hotel-guests-chip-edit[b-zdyickvfut] {
    font-size: 0.65rem;
    opacity: 0.6;
}

/* ── Guest reset button (expanded state) ────────────────────────────────────── */

.hotel-guests-reset[b-zdyickvfut] {
    width: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #f9fafb;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8125rem;
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.hotel-guests-reset:hover[b-zdyickvfut] {
    border-color: #f87171;
    background: #fff5f5;
    color: #ef4444;
}

/* ── Hotel stepper strip ────────────────────────────────────────────────────── */

.hotel-stepper-strip[b-zdyickvfut] {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hotel-stepper-item[b-zdyickvfut] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0.875rem;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.625rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.hotel-stepper-item:hover[b-zdyickvfut] {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.hotel-stepper-icon[b-zdyickvfut] {
    font-size: 0.875rem;
    color: #6b7280;
    flex-shrink: 0;
}

.hotel-stepper-item-label[b-zdyickvfut] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.hotel-stepper-item-value[b-zdyickvfut] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0d6efd;
    min-width: 1.25rem;
    text-align: center;
    display: inline-block;
}

/* ── Stepper buttons ────────────────────────────────────────────────────────── */

.nights-btn[b-zdyickvfut] {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    background: #f9fafb;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.nights-btn:hover:not(:disabled)[b-zdyickvfut] {
    color: #0d6efd;
    border-color: #0d6efd;
    background: #eff6ff;
}

.nights-btn:disabled[b-zdyickvfut] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ── Nights stepper (explicit nights control) ───────────────────────────────── */

.nights-stepper[b-zdyickvfut] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 2rem;
    padding: 0.3rem 0.6rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.nights-stepper:hover[b-zdyickvfut] {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.nights-stepper-center[b-zdyickvfut] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 2.5rem;
}

.nights-stepper-value[b-zdyickvfut] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1.1;
}

.nights-stepper-label[b-zdyickvfut] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    font-weight: 600;
}

/* ── Multiple hotel entries ─────────────────────────────────────────────────── */

.hotel-entry-divider[b-zdyickvfut] {
    border: none;
    border-top: 1px dashed #bfdbfe;
    margin: 0.75rem 0;
}

.hotel-entry-error[b-zdyickvfut] {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    padding: 0.3rem 0.75rem;
}

.hotel-remove-btn[b-zdyickvfut] {
    width: 2.25rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0;
    border: 1.5px solid #fecaca;
    border-radius: 0.5rem;
    background: #fff5f5;
    color: #f87171;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.hotel-remove-btn:hover[b-zdyickvfut] {
    background: #fee2e2;
    border-color: #ef4444;
    color: #dc2626;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

@media (max-width: 767.98px) {
    .trip-type-switch[b-zdyickvfut] {
        width: 100%;
    }

    .trip-type-option[b-zdyickvfut] {
        flex: 1 1 0;
        padding: 0.45rem 0.5rem;
    }

    .hotel-inline-header[b-zdyickvfut] {
        gap: 0.35rem;
    }
}

/* ── Hotel location autocomplete ─────────────────────────────────────────────── */

.hotel-location-field[b-zdyickvfut] {
    position: relative;
    z-index: 1;
}

.hotel-location-field:focus-within[b-zdyickvfut] {
    z-index: 10;
}

.suggestions-dropdown[b-zdyickvfut] {
    z-index: 2000;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #dee2e6;
    overflow-x: hidden;
    overflow-y: auto;
    top: calc(100% + 2px);
    max-height: 32rem;
}

.suggestions-dropdown--drop-up[b-zdyickvfut] {
    top: auto;
    bottom: calc(100% + 2px);
}

.suggestions-dropdown .list-group-item:hover[b-zdyickvfut] {
    background-color: #f0f7ff;
}

.suggestion-location[b-zdyickvfut] {
    color: #3a6a9e;
    font-weight: 400;
}

.suggestions-group-header[b-zdyickvfut] {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    pointer-events: none;
    border-bottom: 1px solid #e2e8f0;
}

.suggestions-loading[b-zdyickvfut] {
    font-size: 0.8125rem;
    pointer-events: none;
}

/* ── Hotel date sync ──────────────────────────────────────────────────────────── */

.hotel-dates-linked-badge[b-zdyickvfut] {
    font-size: 0.75rem;
    color: #0d6efd;
    vertical-align: middle;
}

.hotel-sync-dates-link[b-zdyickvfut] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: inline-block;
}
/* /Features/AddBooking/Components/WhatsAppPreviewModal.razor.rz.scp.css */
/* ── WhatsApp preview modal ──────────────────────────────────── */
.wa-header[b-j2tvg6d6w2] { background: #075e54; }

.wa-avatar[b-j2tvg6d6w2] {
    width: 36px; height: 36px;
    background: #25d366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: #fff; flex-shrink: 0;
}

.wa-chat-bg[b-j2tvg6d6w2] {
    background-color: #e5ddd5;
    background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,.04) 1px, transparent 0);
    background-size: 20px 20px;
    min-height: 180px; max-height: 440px; overflow-y: auto;
}

.wa-bubble[b-j2tvg6d6w2] {
    background: #dcf8c6;
    border-radius: 0 10px 10px 10px;
    padding: 10px 14px;
    white-space: pre-wrap; font-size: .875rem; line-height: 1.65; color: #111;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
    position: relative; display: inline-block; max-width: 100%;
}
.wa-bubble[b-j2tvg6d6w2]::before {
    content: ''; position: absolute; top: 0; left: -7px;
    border-width: 0 7px 7px 0; border-style: solid;
    border-color: transparent #dcf8c6 transparent transparent;
}
/* /Features/AiHelper/AiHelper.razor.rz.scp.css */
/* ── Page layout ── */
.ai-helper-page[b-mjdz1d57nh] {
    height: calc(100vh - 120px); /* fallback for browsers without dvh */
    height: calc(100dvh - 120px);
    min-height: 400px;
}

/* ── Header ── */
.aih-header[b-mjdz1d57nh] {
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border-bottom: 1px solid #e3e8f0 !important;
}

.aih-logo[b-mjdz1d57nh] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── Voice bar ── */
.aih-voice-bar[b-mjdz1d57nh] {
    flex-shrink: 0;
    border-inline: none;
}

/* ── Chat scrollable area ── */
.chat-messages[b-mjdz1d57nh] {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    background-color: #f6f8fb;
    border-inline: 1px solid rgba(0,0,0,.125);
    border-radius: 0 !important;
}

/* ── Message rows ── */
.msg-row[b-mjdz1d57nh] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.msg-row--user[b-mjdz1d57nh] {
    justify-content: flex-end;
}

.msg-row--assistant[b-mjdz1d57nh] {
    justify-content: flex-start;
}

/* ── Avatars ── */
.msg-avatar[b-mjdz1d57nh] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.msg-avatar--assistant[b-mjdz1d57nh] {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
}

.msg-avatar--user[b-mjdz1d57nh] {
    background-color: #e2e8f0;
    color: #475569;
}

/* ── Assistant content wrapper ── */
.assistant-content[b-mjdz1d57nh] {
    min-width: 0;
    max-width: min(82%, 640px);
}

/* ── Bubbles ── */
.bubble[b-mjdz1d57nh] {
    padding: 0.6rem 0.9rem;
    border-radius: 1.1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    word-break: break-word;
    animation: bubbleIn-b-mjdz1d57nh 0.18s ease-out both;
}

@keyframes bubbleIn-b-mjdz1d57nh {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.bubble-user[b-mjdz1d57nh] {
    max-width: min(78%, 520px);
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border-bottom-right-radius: 0.25rem;
    white-space: pre-wrap;
    box-shadow: 0 1px 4px rgba(13,110,253,.25);
}

/* RTL user bubble — flip the tail to bottom-left */
.bubble-user[dir="rtl"][b-mjdz1d57nh] {
    border-bottom-right-radius: 1.1rem;
    border-bottom-left-radius: 0.25rem;
}

.bubble-assistant[b-mjdz1d57nh] {
    background-color: #ffffff;
    color: #1e293b;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    border: 1px solid #e8ecf1;
}

/* RTL assistant bubble — flip the tail to bottom-right */
.bubble-assistant[dir="rtl"][b-mjdz1d57nh] {
    border-bottom-left-radius: 1.1rem;
    border-bottom-right-radius: 0.25rem;
}

/* ── Typing indicator ── */
.typing-indicator[b-mjdz1d57nh] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0.7rem 1rem;
    border-radius: 1.1rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.typing-indicator span[b-mjdz1d57nh] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #94a3b8;
    animation: typingBounce-b-mjdz1d57nh 1.2s infinite ease-in-out;
}

.typing-indicator span:nth-child(2)[b-mjdz1d57nh] { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3)[b-mjdz1d57nh] { animation-delay: 0.4s; }

@keyframes typingBounce-b-mjdz1d57nh {
    0%, 80%, 100% { transform: translateY(0); }
    40%           { transform: translateY(-5px); }
}

/* ── Empty state ── */
.empty-state[b-mjdz1d57nh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 3rem;
}

.empty-state-icon[b-mjdz1d57nh] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff, #e0e7ff);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-prompt[b-mjdz1d57nh] {
    border-radius: 2rem;
    font-size: 0.8rem;
    transition: background-color 0.15s, color 0.15s;
}

.sample-prompt:hover[b-mjdz1d57nh] {
    background-color: #0d6efd;
    color: #fff;
}

/* ── Offer card ── */
.offer-card[b-mjdz1d57nh] {
    max-width: min(90%, 520px);
    border-radius: 0.75rem !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(25, 135, 84, .15);
}

.offer-card-header[b-mjdz1d57nh] {
    background: linear-gradient(135deg, #198754, #20c997);
    color: #fff;
}

.offer-card-footer[b-mjdz1d57nh] {
    background-color: #f0fdf4;
    border-top: 1px solid #d1fae5;
    padding: 0.5rem 0.75rem;
}

.offer-text[b-mjdz1d57nh] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.82rem;
    white-space: pre-wrap;
    word-break: break-word;
    background: #f8f9fa;
    max-height: 320px;
    overflow-y: auto;
    direction: auto;
}

/* ── Input bar ── */
.chat-input-bar[b-mjdz1d57nh] {
    flex-shrink: 0;
    background-color: #ffffff;
    border-inline: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top: 1px solid #dee2e6 !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
}

.aih-input-group[b-mjdz1d57nh] {
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
    background-color: #fff;
}

.aih-input-group:focus-within[b-mjdz1d57nh] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 3px rgba(13,110,253,.12);
}

.aih-input-group .aih-textarea[b-mjdz1d57nh] {
    border: none !important;
    box-shadow: none !important;
    resize: none;
    overflow-y: hidden;
    background: transparent;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    min-height: 42px;
}

.aih-input-group .aih-textarea:focus[b-mjdz1d57nh] {
    outline: none;
}

.aih-action-btn[b-mjdz1d57nh],
.aih-send-btn[b-mjdz1d57nh] {
    border: none !important;
    border-inline-start: 1px solid #e9ecef !important;
    border-radius: 0 !important;
    padding-inline: 0.9rem;
}

.aih-send-btn[b-mjdz1d57nh] {
    border-radius: 0 0.7rem 0.7rem 0 !important;
}

.send-rtl[b-mjdz1d57nh] {
    transform: scaleX(-1);
    display: inline-block;
}

/* ── Input hint ── */
.input-hint[b-mjdz1d57nh] {
    font-size: 0.72rem;
    opacity: 0.65;
    padding-inline: 0.25rem;
}

.input-hint kbd[b-mjdz1d57nh] {
    font-size: 0.68rem;
    padding: 0.1em 0.35em;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    color: #495057;
}

/* ── Markdown inside assistant bubble ── */
.bubble-assistant.markdown-body[b-mjdz1d57nh] {
    white-space: normal;
}

.bubble-assistant.markdown-body p[b-mjdz1d57nh] {
    margin-bottom: 0.4rem;
}

.bubble-assistant.markdown-body p:last-child[b-mjdz1d57nh] {
    margin-bottom: 0;
}

.bubble-assistant.markdown-body h1[b-mjdz1d57nh],
.bubble-assistant.markdown-body h2[b-mjdz1d57nh],
.bubble-assistant.markdown-body h3[b-mjdz1d57nh],
.bubble-assistant.markdown-body h4[b-mjdz1d57nh] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.5rem 0 0.25rem;
}

.bubble-assistant.markdown-body ul[b-mjdz1d57nh],
.bubble-assistant.markdown-body ol[b-mjdz1d57nh] {
    margin-block: 0.25rem 0.4rem;
    margin-inline-start: 1.2rem;
    margin-inline-end: 0;
    padding: 0;
}

.bubble-assistant.markdown-body li[b-mjdz1d57nh] {
    margin-bottom: 0.15rem;
}

.bubble-assistant.markdown-body code[b-mjdz1d57nh] {
    background: #eef2f7;
    border-radius: 0.25rem;
    padding: 0.1em 0.35em;
    font-size: 0.83em;
    font-family: 'Courier New', Courier, monospace;
}

.bubble-assistant.markdown-body pre[b-mjdz1d57nh] {
    background: #eef2f7;
    border-radius: 0.4rem;
    padding: 0.6rem 0.8rem;
    overflow-x: auto;
    margin: 0.4rem 0;
}

.bubble-assistant.markdown-body pre code[b-mjdz1d57nh] {
    background: none;
    padding: 0;
}

.bubble-assistant.markdown-body blockquote[b-mjdz1d57nh] {
    border-inline-start: 3px solid #cbd5e1;
    margin: 0.4rem 0;
    padding: 0.25rem 0.75rem;
    color: #64748b;
}

.bubble-assistant.markdown-body table[b-mjdz1d57nh] {
    border-collapse: collapse;
    width: 100%;
    margin: 0.4rem 0;
    font-size: 0.85rem;
}

.bubble-assistant.markdown-body th[b-mjdz1d57nh],
.bubble-assistant.markdown-body td[b-mjdz1d57nh] {
    border: 1px solid #e2e8f0;
    padding: 0.3rem 0.5rem;
}

.bubble-assistant.markdown-body th[b-mjdz1d57nh] {
    background: #f1f5f9;
    font-weight: 600;
}

.bubble-assistant.markdown-body hr[b-mjdz1d57nh] {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 0.5rem 0;
}

.bubble-assistant.markdown-body a[b-mjdz1d57nh] {
    color: #0d6efd;
    text-decoration: underline;
}

/* ── Voice indicator dot ── */
.voice-indicator[b-mjdz1d57nh] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.voice-indicator.connecting[b-mjdz1d57nh] {
    background-color: var(--bs-primary);
    animation: voicePulse-b-mjdz1d57nh 1.2s ease-in-out infinite;
}

.voice-indicator.live[b-mjdz1d57nh] {
    background-color: var(--bs-success);
    animation: voicePulse-b-mjdz1d57nh 1s ease-in-out infinite;
}

.voice-indicator.error[b-mjdz1d57nh] {
    background-color: var(--bs-danger);
}

@keyframes voicePulse-b-mjdz1d57nh {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.72); }
}

/* ── Mobile ── */
@media (max-width: 576px) {
    /* Fill the grid cell below the navbar (see app.css body:has(.ai-helper-page)) */
    .ai-helper-page[b-mjdz1d57nh] {
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        overflow: hidden;
    }

    /* Pinned header + voice bar; only the message list scrolls */
    .aih-header[b-mjdz1d57nh] {
        position: sticky;
        top: 0;
        z-index: 2;
        border-radius: 0 !important;
    }

    .chat-input-bar[b-mjdz1d57nh] {
        border-radius: 0 !important;
        border-inline: none !important;
        padding-bottom: env(safe-area-inset-bottom, 0.5rem);
    }

    .chat-messages[b-mjdz1d57nh] {
        border-inline: none;
        padding: 0.75rem !important;
        overscroll-behavior: contain;
    }

    .aih-header .card-body[b-mjdz1d57nh] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .empty-state[b-mjdz1d57nh] {
        padding-block: 1.5rem;
    }

    .bubble-user[b-mjdz1d57nh] {
        max-width: 88%;
    }

    .assistant-content[b-mjdz1d57nh] {
        max-width: 88%;
    }

    .offer-card[b-mjdz1d57nh] {
        max-width: 100%;
    }

    .input-hint[b-mjdz1d57nh] {
        display: none;
    }

    /* 16px input font prevents iOS Safari from auto-zooming on focus */
    .aih-input-group .aih-textarea[b-mjdz1d57nh] {
        font-size: 16px;
    }
}
/* /Features/Bookings/Components/PackageBookingCard.razor.rz.scp.css */
.package-card[b-kaqwwwvz2t] {
    border-left: 4px solid #4f46e5;
}

.package-header[b-kaqwwwvz2t] {
    background: linear-gradient(90deg, #4338ca 0%, #4f46e5 45%, #0ea5e9 100%);
    color: #fff;
}

.package-chip[b-kaqwwwvz2t] {
    border: 1px solid rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: .125rem .625rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.package-trail[b-kaqwwwvz2t] {
    max-width: 32rem;
    font-size: .8rem;
    color: rgba(255, 255, 255, .88);
}

.package-dot[b-kaqwwwvz2t] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
}

.package-dot-muted[b-kaqwwwvz2t] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #adb5bd;
}

.package-stage[b-kaqwwwvz2t] {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
}

.package-stage-label[b-kaqwwwvz2t] {
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
}

.package-leg[b-kaqwwwvz2t] {
    display: flex;
    flex-direction: column;
}

.package-leg-body[b-kaqwwwvz2t] {
    flex: 1 1 auto;
}

.package-leg-head[b-kaqwwwvz2t] {
    border-bottom: 1px solid #e9ecef;
}

.package-leg-hotel[b-kaqwwwvz2t] {
    background: rgba(79, 70, 229, .06);
}

.package-leg-flight[b-kaqwwwvz2t] {
    background: rgba(14, 165, 233, .07);
}

.package-leg-title[b-kaqwwwvz2t] {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.package-leg-hotel .package-leg-title[b-kaqwwwvz2t] {
    color: #4338ca;
}

.package-leg-flight .package-leg-title[b-kaqwwwvz2t] {
    color: #0369a1;
}

.package-leg-actions[b-kaqwwwvz2t] {
    border-top: 1px dashed #dee2e6;
}

.package-micro-label[b-kaqwwwvz2t] {
    font-size: .68rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #6c757d;
}

.package-totals[b-kaqwwwvz2t] {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

@media (min-width: 992px) {
    .package-leg-split[b-kaqwwwvz2t] {
        border-left: 1px solid #e9ecef;
    }
}

@media (max-width: 991.98px) {
    .package-leg-split[b-kaqwwwvz2t] {
        border-top: 1px solid #e9ecef;
    }
}
/* /Features/Tools/Components/CustomerPointsTool.razor.rz.scp.css */
.pts-balance[b-eeq8cy28sb] {
    font-variant-numeric: tabular-nums;
}
/* /Features/Tools/Components/PromotionCodesTool.razor.rz.scp.css */
.promo-created-codes[b-eu2zc5qk4k] {
    max-height: 240px;
    overflow-y: auto;
}

.promo-discount-unit[b-eu2zc5qk4k] {
    min-width: 3.75rem;
}
