/**
 * Flight search landing — results grid (premium booking UI).
 * Light mode is the primary polish target; dark keeps existing ink/slate balance.
 */

/* -------------------------------------------------------------------------- */
/* Section shell */
/* -------------------------------------------------------------------------- */
.fc-landing-results {
    position: relative;
}

[data-fc-theme='light'] .fc-landing-results {
    background: linear-gradient(180deg, #eef2f6 0%, #f8fafc 22%, #ffffff 55%, #f1f5f9 100%) !important;
    border-color: rgba(15, 23, 42, 0.06) !important;
}

/* When a route is active, #search is hidden until “Edit search”. Expanded = form only. */
#search.fc-search-expanded .fc-search-marketing,
#search.fc-search-expanded #fc-recap {
    display: none !important;
}

#search.fc-search-expanded #fc-search-panel {
    margin-top: 0 !important;
}

#search.fc-search-expanded .fc-search-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
    #search.fc-search-expanded .fc-search-inner {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}

.fc-landing-results-head-premium {
    align-items: flex-end;
}

[data-fc-theme='light'] .fc-landing-results-kicker {
    color: #64748b !important;
}

[data-fc-theme='light'] .fc-landing-results-title {
    color: #0c1929 !important;
    letter-spacing: -0.02em;
}

[data-fc-theme='light'] .fc-landing-results-sub {
    color: #475569 !important;
}

/* CTAs */
.fc-landing-btn-edit {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

[data-fc-theme='light'] .fc-landing-btn-edit {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    color: #0c1929 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

[data-fc-theme='light'] .fc-landing-btn-edit:hover {
    background: #f8fafc !important;
    border-color: #94a3b8 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.fc-landing-btn-call {
    background-color: #0d6cb8 !important;
    border: 1px solid #0d6cb8 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 26px rgba(13, 108, 184, 0.38);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.fc-landing-btn-call:hover {
    background-color: #0b5ea3 !important;
    border-color: #0b5ea3 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 32px rgba(13, 108, 184, 0.45);
    transform: translateY(-1px);
}

[data-fc-theme='light'] .fc-landing-btn-call {
    background-color: #0d6cb8 !important;
    border-color: #0d6cb8 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 26px rgba(13, 108, 184, 0.35);
}

[data-fc-theme='light'] .fc-landing-btn-call:hover {
    background-color: #0b5ea3 !important;
    border-color: #0b5ea3 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 32px rgba(13, 108, 184, 0.42);
    transform: translateY(-1px);
}

/* -------------------------------------------------------------------------- */
/* Sticky filter pane (glass) */
/* -------------------------------------------------------------------------- */
.fc-results-filter-pane {
    border-radius: 1.25rem;
    transition: box-shadow 0.25s ease, border-color 0.2s ease;
}

[data-fc-theme='light'] .fc-results-filter-pane {
    background: rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow:
        0 4px 24px rgba(15, 23, 42, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

[data-fc-theme='light'] .fc-results-filter-pane h3 {
    color: #0c1929 !important;
}

[data-fc-theme='light'] .fc-results-filter-reset {
    background: #ffffff !important;
    border-color: rgba(24, 145, 237, 0.45) !important;
    color: #0d6cb8 !important;
}

[data-fc-theme='light'] .fc-results-filter-reset:hover {
    background: #f0f9ff !important;
}

/* Airline filter rows */
.fc-airline-filter-item {
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

[data-fc-theme='light'] .fc-airline-filter-item {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
}

[data-fc-theme='light'] .fc-airline-filter-item:hover {
    border-color: rgba(24, 145, 237, 0.35) !important;
    background: #f8fafc !important;
}

[data-fc-theme='light'] .fc-airline-filter-item .text-white {
    color: #0f172a !important;
}

/* -------------------------------------------------------------------------- */
/* Results column label */
/* -------------------------------------------------------------------------- */
[data-fc-theme='light'] .fc-results-col-label {
    color: #64748b !important;
}

/* -------------------------------------------------------------------------- */
/* Offer cards */
/* -------------------------------------------------------------------------- */
.fc-offer-card {
    position: relative;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.25s ease;
}

.fc-offer-card__accent {
    opacity: 0.95;
}

@media (hover: hover) and (pointer: fine) {
    .fc-offer-card:hover {
        transform: translateY(-4px);
    }
}

[data-fc-theme='light'] .fc-offer-card {
    background: linear-gradient(165deg, #ffffff 0%, #fafbfc 100%) !important;
    border-color: rgba(12, 25, 41, 0.09) !important;
    box-shadow:
        0 4px 20px rgba(12, 25, 41, 0.07),
        0 0 0 1px rgba(255, 255, 255, 0.85) inset !important;
}

.fc-offer-card.fc-offer-card--classic {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08) !important;
    /* Tailwind overflow-hidden on <li> clips airline logos when the 4-col grid is wider than the card */
    overflow: visible !important;
}

.fc-offer-card--classic .fc-offer-classic__topbar {
    background-color: #1891ed !important;
}

/* Classic cards: icons via SVG <use> — styled here because Tailwind CDN skips JS-injected classes. */
.fc-offer-card--classic svg.fc-offer-classic__ico {
    display: block;
    flex-shrink: 0;
    overflow: visible;
    width: 1rem !important;
    height: 1rem !important;
    min-width: 1rem;
    min-height: 1rem;
    color: #1891ed !important;
    stroke: #1891ed !important;
    fill: none !important;
    stroke-width: 1.85;
}

.fc-offer-card--classic .fc-offer-classic__leg-mark {
    border: 1px solid rgba(24, 145, 237, 0.45);
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.fc-offer-card--classic .fc-offer-classic__ico--leg {
    stroke: #0d6cb8 !important;
    color: #0d6cb8 !important;
}

/* Leg date lives once in .fc-offer-classic__leg-head — hide under departure/arrival cells (same date was repeated for both columns). */
.fc-offer-card--classic .fc-offer-classic__leg-grid .fc-offer-classic__place-date {
    display: none !important;
}

.fc-offer-card--classic .fc-offer-classic__leg-head .fc-offer-classic__leg-date {
    max-width: 58%;
}

.fc-offer-card--classic .fc-offer-classic__cell--meta-empty {
    display: none !important;
}

@media (min-width: 640px) {
    .fc-offer-card--classic .fc-offer-classic__leg-head .fc-offer-classic__leg-date {
        max-width: none;
    }
}

/* Leg row: label + grid (dep | arr | timeline | airline) */
.fc-offer-card--classic .fc-offer-classic__place-iata,
.fc-offer-card--classic .fc-offer-classic__route-code {
    display: inline-flex;
    align-items: center;
    margin-left: 0.125rem;
    padding: 0.15rem 0.45rem;
    border-radius: 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #0c4a6e !important;
    background: rgba(24, 145, 237, 0.12);
    border: 1px solid rgba(13, 108, 184, 0.35);
}

.fc-offer-card--classic .fc-offer-classic__leg + .fc-offer-classic__leg {
    border-top: 1px solid #f1f5f9;
}

.fc-offer-card--classic .fc-offer-classic__leg-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    align-items: stretch;
}

.fc-offer-card--classic .fc-offer-classic__leg-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.fc-offer-card--classic .fc-offer-classic__leg-body {
    min-width: 0;
    width: 100%;
}

.fc-offer-card--classic .fc-offer-classic__leg-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

.fc-offer-card--classic .fc-offer-classic__point,
.fc-offer-card--classic .fc-offer-classic__timeline,
.fc-offer-card--classic .fc-offer-classic__airline-slot {
    min-width: 0;
    overflow: hidden;
}

/* Airline logo column: avoid clipping; JS HTML can't rely on Tailwind CDN scanning injected markup */
.fc-offer-card--classic .fc-offer-classic__airline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    text-align: center;
    min-width: 0;
    overflow: visible;
}

.fc-offer-card--classic .fc-offer-classic__logo-box {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 5rem;
    min-width: 5rem;
    height: 3.5rem;
}

.fc-offer-card--classic .fc-offer-classic__logo-box .fc-airline-logo-img {
    display: block;
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.fc-offer-card--classic .fc-offer-classic__logo-box .fc-airline-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background-color: #f1f5f9;
    font-family:
        'DM Sans',
        'Inter',
        system-ui,
        sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    color: #475569;
}

.fc-offer-card--classic .fc-offer-classic__airline-name {
    margin: 0;
    max-width: 6.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.25;
    color: #1e293b;
}

/* Place cells: full airport names wrap inside the column (no ellipsis); overflow clips horizontal bleed only */
.fc-offer-card--classic .fc-offer-classic__cell--place {
    min-width: 0;
    overflow: hidden;
}

.fc-offer-card--classic .fc-offer-classic__place-route {
    min-width: 0;
    align-items: flex-start;
}

.fc-offer-card--classic .fc-offer-classic__place-route-text {
    flex: 1 1 0%;
    min-width: 0;
}

.fc-offer-card--classic .fc-offer-classic__place-route-line {
    display: block;
    overflow-wrap: break-word;
    word-break: normal;
}

.fc-offer-card--classic .fc-offer-classic__timeline {
    isolation: isolate;
}

.fc-offer-card--classic .fc-offer-classic__route-track {
    min-height: 1.75rem;
    position: relative;
}

.fc-offer-card--classic .fc-offer-classic__airline-slot--empty {
    display: none;
}

.fc-offer-card--classic .fc-offer-classic__price {
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.fc-offer-card--classic .fc-offer-classic__per-label {
    white-space: nowrap;
}

.fc-offer-card--classic .fc-offer-classic__trip-badge {
    line-height: 1.25;
}

.fc-offer-card--classic .fc-offer-classic__fare-meta {
    column-gap: 0.5rem;
}

.fc-offer-card--classic .fc-offer-classic__fare-breakdown {
    font-variant-numeric: tabular-nums;
}

.fc-offer-card--classic .fc-offer-classic__actions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
}

.fc-offer-card--classic .fc-offer-classic__actions a {
    min-height: 3rem;
}

@media (min-width: 768px) {
    .fc-offer-card--classic .fc-offer-classic__leg-row {
        flex-direction: row;
        align-items: center;
        gap: 1rem 1.25rem;
        padding: 1.1rem 1.5rem;
    }

    .fc-offer-card--classic .fc-offer-classic__leg-label {
        flex: 0 0 5.25rem;
        width: 5.25rem;
    }
}

/* Tablet: dep | arr on row 1 — duration/stops + airline get full width below (no column overlap) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .fc-offer-card--classic .fc-offer-classic__leg-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: 0.875rem 1rem;
        align-items: start;
    }

    .fc-offer-card--classic .fc-offer-classic__cell--place[data-leg-role='departure'],
    .fc-offer-card--classic .fc-offer-classic__point--dep {
        grid-column: 1;
        grid-row: 1;
    }

    .fc-offer-card--classic .fc-offer-classic__cell--place[data-leg-role='arrival'],
    .fc-offer-card--classic .fc-offer-classic__point--arr {
        grid-column: 2;
        grid-row: 1;
    }

    .fc-offer-card--classic .fc-offer-classic__timeline,
    .fc-offer-card--classic .fc-offer-classic__cell--meta {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .fc-offer-card--classic .fc-offer-classic__airline,
    .fc-offer-card--classic .fc-offer-classic__airline-slot {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: end;
        width: auto;
        max-width: 100%;
    }

    .fc-offer-card--classic .fc-offer-classic__airline-slot--empty {
        display: none;
        visibility: hidden;
    }
}

/* Desktop: four columns in one row — only when the card is wide enough */
@media (min-width: 1200px) {
    /* Allow tracks to shrink inside overflow-rounded cards — fixed minmax() was clipping column 4 (logos) */
    .fc-offer-card--classic .fc-offer-classic__leg-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.05fr) minmax(4.75rem, 5.5rem);
        gap: 0.65rem 0.85rem;
        align-items: center;
    }

    .fc-offer-card--classic .fc-offer-classic__cell--place[data-leg-role='departure'],
    .fc-offer-card--classic .fc-offer-classic__point--dep {
        grid-column: 1;
        grid-row: auto;
    }

    .fc-offer-card--classic .fc-offer-classic__cell--place[data-leg-role='arrival'],
    .fc-offer-card--classic .fc-offer-classic__point--arr {
        grid-column: 2;
        grid-row: auto;
    }

    .fc-offer-card--classic .fc-offer-classic__timeline,
    .fc-offer-card--classic .fc-offer-classic__cell--meta {
        grid-column: 3;
        grid-row: auto;
    }

    .fc-offer-card--classic .fc-offer-classic__airline,
    .fc-offer-card--classic .fc-offer-classic__airline-slot {
        grid-column: 4;
        grid-row: auto;
        justify-self: end;
        width: 100%;
        max-width: 5.5rem;
    }

    .fc-offer-card--classic .fc-offer-classic__airline-slot--empty {
        display: block;
        visibility: hidden;
    }
}

@media (hover: hover) and (pointer: fine) {
    .fc-offer-card.fc-offer-card--classic:hover {
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12) !important;
    }
}

.fc-offer-card--classic .fc-offer-classic__phone {
    background: #0d6cb8 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow: 0 4px 16px rgba(13, 108, 184, 0.38);
}

.fc-offer-card--classic .fc-offer-classic__phone:hover {
    filter: brightness(1.06);
    background: #0b5ea3 !important;
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .fc-offer-card--classic .fc-offer-classic__phone:hover {
        transform: none;
    }
}

.fc-offer-card--classic .fc-offer-classic__phone .fc-offer-classic__phone-ic {
    color: #ffffff;
}

.fc-offer-card--classic .fc-offer-classic__book:hover {
    filter: brightness(1.05);
    box-shadow: 0 6px 20px rgba(24, 145, 237, 0.35);
}

.fc-offer-card--classic .text-brand {
    color: #1891ed !important;
}

[data-fc-theme='light'] .fc-offer-card.fc-offer-card--classic:hover {
    border-color: rgba(24, 145, 237, 0.45) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12) !important;
}

[data-fc-theme='light'] .fc-offer-card:hover {
    border-color: rgba(24, 145, 237, 0.28) !important;
    box-shadow:
        0 24px 48px rgba(12, 25, 41, 0.12),
        0 0 0 1px rgba(24, 145, 237, 0.12) inset !important;
}

[data-fc-theme='light'] .fc-offer-card__aside {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.85) 100%) !important;
    border-color: rgba(15, 23, 42, 0.07) !important;
}

@media (min-width: 1024px) {
    [data-fc-theme='light'] .fc-offer-card__aside {
        border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-top: none !important;
    }
}

[data-fc-theme='light'] .fc-offer-card .fc-itinerary-leg {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

[data-fc-theme='light'] .fc-offer-card .fc-itinerary-leg .text-white,
[data-fc-theme='light'] .fc-offer-card .fc-route-code,
[data-fc-theme='light'] .fc-offer-card .fc-offer-route-doodle .font-display,
[data-fc-theme='light'] .fc-offer-card .fc-place-details .text-white {
    color: #0f172a !important;
}

[data-fc-theme='light'] .fc-offer-card .fc-route-code {
    background: rgba(15, 23, 42, 0.06) !important;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12) !important;
}

[data-fc-theme='light'] .fc-offer-card .fc-route-line {
    border-color: rgba(51, 65, 85, 0.45) !important;
}

[data-fc-theme='light'] .fc-offer-card .fc-place-details {
    border-color: #e2e8f0 !important;
}

[data-fc-theme='light'] .fc-offer-card .fc-itinerary-leg .text-slate-400,
[data-fc-theme='light'] .fc-offer-card .fc-place-details .text-slate-400 {
    color: #64748b !important;
}

[data-fc-theme='light'] .fc-offer-card .fc-itinerary-leg .text-slate-200 {
    color: #334155 !important;
}

[data-fc-theme='light'] .fc-offer-card .text-slate-200,
[data-fc-theme='light'] .fc-offer-card .text-slate-500,
[data-fc-theme='light'] .fc-offer-card .text-slate-100 {
    color: #475569 !important;
}

[data-fc-theme='light'] .fc-offer-card .text-sky-400\/95,
[data-fc-theme='light'] .fc-offer-card .text-sky-400\/90,
[data-fc-theme='light'] .fc-offer-card .font-bold.text-sky-400 {
    color: #0369a1 !important;
}

[data-fc-theme='light'] .fc-offer-card .font-display.text-3xl,
[data-fc-theme='light'] .fc-offer-card .font-display.text-4xl {
    color: #0c1929 !important;
}

[data-fc-theme='light'] .fc-offer-card__badge {
    background: linear-gradient(90deg, #0d6cb8 0%, #1891ed 45%, #4da3f2 50%, #1891ed 55%, #0d6cb8 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(24, 145, 237, 0.35);
}

.fc-offer-card__btn-primary {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

[data-fc-theme='light'] .fc-offer-card__btn-primary {
    background: linear-gradient(135deg, #0c1929 0%, #1e3a5f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(12, 25, 41, 0.25);
}

[data-fc-theme='light'] .fc-offer-card__btn-primary:hover {
    box-shadow: 0 12px 32px rgba(12, 25, 41, 0.32);
    transform: translateY(-1px);
}

.fc-offer-card__btn-secondary {
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

[data-fc-theme='light'] .fc-offer-card__btn-secondary {
    background: #ffffff !important;
    border: 2px solid #0c1929 !important;
    color: #0c1929 !important;
}

[data-fc-theme='light'] .fc-offer-card__btn-secondary:hover {
    background: #f8fafc !important;
}

/* -------------------------------------------------------------------------- */
/* Support / quote aside */
/* -------------------------------------------------------------------------- */
.fc-results-support-card {
    transition: box-shadow 0.3s ease, border-color 0.2s ease;
}

[data-fc-theme='light'] .fc-results-support-card {
    background: linear-gradient(165deg, #ffffff 0%, #f4f6f9 100%) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow:
        0 16px 40px rgba(12, 25, 41, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

[data-fc-theme='light'] .fc-results-support-card h3 {
    color: #0c1929 !important;
}

[data-fc-theme='light'] .fc-results-support-card .text-slate-400 {
    color: #64748b !important;
}

.fc-results-support-primary {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

[data-fc-theme='light'] .fc-results-support-primary {
    box-shadow: 0 8px 28px rgba(24, 145, 237, 0.3);
}

[data-fc-theme='light'] .fc-results-support-secondary {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    color: #0c1929 !important;
}

[data-fc-theme='light'] .fc-results-support-secondary:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

/* -------------------------------------------------------------------------- */
/* Loading / empty states */
/* -------------------------------------------------------------------------- */
.fc-results-loading-card {
    transition: box-shadow 0.25s ease;
}

[data-fc-theme='light'] .fc-results-loading-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    color: #64748b !important;
}

[data-fc-theme='light'] .fc-results-empty-card {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
}

[data-fc-theme='light'] .fc-results-empty-card .text-slate-300 {
    color: #334155 !important;
}

[data-fc-theme='light'] .fc-results-hint-card {
    background: rgba(240, 249, 255, 0.9) !important;
    border-color: rgba(14, 165, 233, 0.25) !important;
}

[data-fc-theme='light'] .fc-results-hint-card .text-slate-500 {
    color: #475569 !important;
}

/* Sticky vertical offset — align below premium header */
@media (min-width: 1024px) {
    .fc-results-filter-sticky,
    .fc-results-support-sticky {
        position: sticky;
        top: 6.5rem;
        align-self: flex-start;
        max-height: calc(100vh - 7rem);
        overflow-y: auto;
    }
}

[data-fc-theme='light'] .fc-offer-card .fc-itinerary-leg .bg-brand\/25 {
    background: rgba(24, 145, 237, 0.12) !important;
    color: #0c4a6e !important;
}

[data-fc-theme='light'] .fc-offer-card .text-amber-200\/90 {
    color: #92400e !important;
}

[data-fc-theme='light'] .fc-offer-card .bg-amber-500\/10 {
    background: rgba(245, 158, 11, 0.12) !important;
}

@media (prefers-reduced-motion: reduce) {
    .fc-offer-card:hover {
        transform: none;
    }
    [data-fc-theme='light'] .fc-landing-btn-call:hover,
    [data-fc-theme='light'] .fc-offer-card__btn-primary:hover {
        transform: none;
    }
}

