/* Ixigo-inspired flights search page (GoSafar branding) */
.ixi-flights {
    --ixi-cream: #fff7f0;
    --ixi-paper: #ffffff;
    --ixi-ink: #1a1a1a;
    --ixi-muted: #5f616d;
    --ixi-line: #e4e4e7;
    --ixi-cell: #f4f5f7;
    --ixi-cell-hover: #eceef2;
    --ixi-orange: #ff6b1a;
    --ixi-orange-hover: #e85f12;
    --ixi-blue-deep: #011631;
    --ixi-blue: #044597;
    --ixi-pill: #1a73e8;
    --ixi-info: #e8f1ff;
    background: var(--ixi-cream);
    min-height: 70vh;
}

.ixi-flights .ixi-sale {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 1.75rem 1.25rem;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #011631;
    background-image:
        linear-gradient(90deg, rgba(1, 22, 49, 0.88) 0%, rgba(4, 69, 151, 0.55) 55%, rgba(4, 69, 151, 0.28) 100%),
        var(--ixi-sale-bg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.ixi-flights .ixi-sale h1 {
    margin: 0;
    font-size: clamp(1.15rem, 2.4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.ixi-flights .ixi-sale p {
    margin: 0.4rem 0 0;
    font-size: 0.95rem;
    opacity: 0.95;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.ixi-flights .ixi-topbar {
    background: #fff;
    border-bottom: 1px solid var(--ixi-line);
    position: sticky;
    top: 0;
    z-index: 40;
}
.ixi-flights .ixi-topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.55rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.ixi-flights .ixi-brand {
    font-weight: 900;
    font-size: 1.35rem;
    color: var(--ixi-orange);
    text-decoration: none;
    letter-spacing: -0.03em;
}
.ixi-flights .ixi-top-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
}
.ixi-flights .ixi-top-links a {
    color: var(--ixi-ink);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.ixi-flights .ixi-top-links a:hover { color: var(--ixi-orange); }
.ixi-flights .ixi-login {
    border: 0;
    background: transparent;
    color: var(--ixi-ink);
    font-weight: 700;
    font-size: 0.88rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.ixi-flights .ixi-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dbeafe;
    display: grid;
    place-items: center;
    color: #1d4ed8;
}

.ixi-flights .ixi-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 3rem;
}

.ixi-flights .ixi-products {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}
.ixi-flights .ixi-products ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.ixi-flights .ixi-products a {
    text-decoration: none;
    color: var(--ixi-muted);
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    position: relative;
    padding-bottom: 0.45rem;
}
.ixi-flights .ixi-products .ixi-ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}
.ixi-flights .ixi-products .ixi-ico img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}
.ixi-flights .ixi-products li.active a {
    color: var(--ixi-ink);
}
.ixi-flights .ixi-products li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 4px;
    background: var(--ixi-orange);
}
.ixi-flights .ixi-products .badge-new {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #16a34a;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    padding: 0.12rem 0.35rem;
    border-radius: 999px;
    white-space: nowrap;
}
.ixi-flights .ixi-page-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ixi-ink);
    align-self: center;
}

.ixi-flights .flight-search-card,
.ixi-flights .ixi-search-card {
    background: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
    padding: 1.15rem 1.15rem 1rem;
    margin: 0;
}

.ixi-flights .ixi-search-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.ixi-flights .trip-type-toggle {
    background: transparent;
    padding: 0;
    gap: 0.55rem;
}
.ixi-flights .trip-type-btn {
    border: 1.5px solid #c5c7d0;
    background: #fff;
    color: var(--ixi-ink);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    min-height: 40px;
    box-shadow: none;
}
.ixi-flights .trip-type-btn.active {
    border-color: var(--ixi-pill);
    color: var(--ixi-pill);
    background: #fff;
    box-shadow: none;
}
.ixi-flights .trip-type-btn:hover:not(.active) {
    background: #f8fafc;
}

.ixi-flights .ixi-trust {
    overflow: hidden;
    height: 1.4rem;
    font-size: 0.8rem;
    color: var(--ixi-muted);
    font-weight: 600;
}
.ixi-flights .ixi-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.ixi-flights .ixi-trust i { color: #22c55e; }

.ixi-flights .fs-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(128px, 0.72fr) minmax(172px, 0.88fr) auto;
    align-items: stretch;
    gap: 0.5rem;
    height: auto;
    border-radius: 10px;
    overflow: visible;
}
.ixi-flights .fs-grid.roundtrip {
    grid-template-columns: minmax(0, 1.38fr) minmax(0, 1.12fr) minmax(172px, 0.88fr) auto;
}
.ixi-flights .fs-airports {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.5rem;
    min-width: 0;
    position: relative;
}
.ixi-flights .fs-airports .fs-field:first-child {
    border-radius: 12px;
    padding-right: 1.75rem;
}
.ixi-flights .fs-airports .fs-field:last-child {
    border-radius: 12px;
    padding-left: 1.75rem;
}
.ixi-flights .fs-field {
    background: var(--ixi-cell);
    padding: 0.6rem 0.9rem;
    border: 0;
    border-radius: 12px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
    transition: background .15s;
    overflow: visible;
    min-height: 64px;
    height: 100%;
    box-sizing: border-box;
}
.ixi-flights .fs-field:hover { background: var(--ixi-cell-hover); }
.ixi-flights .fs-airports .fs-field {
    min-width: 0;
}
.ixi-flights .fs-dates {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    border: 0 !important;
    min-width: 0;
    height: 100%;
    align-self: stretch;
}
.ixi-flights .fs-dates:not(.oneway-mode) {
    grid-template-columns: 1fr 1fr !important;
}
.ixi-flights .fs-dates.oneway-mode {
    max-width: 100%;
}
.ixi-flights .fs-dates.oneway-mode .dp-field.return { display: none !important; }
.ixi-flights .fs-dates .dp-field {
    background: var(--ixi-cell);
    padding: 0.6rem 0.9rem !important;
    gap: 0.1rem !important;
    border: 0 !important;
    border-radius: 12px !important;
    justify-content: center;
    min-height: 64px;
}
.ixi-flights .fs-dates .dp-field:hover { background: var(--ixi-cell-hover); }
.ixi-flights .fs-dates .dp-field > label,
.ixi-flights .fs-field > label {
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #9ca3af !important;
}
.ixi-flights .fs-dates .dp-box {
    border: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}
.ixi-flights .fs-dates .dp-box-ico { display: none !important; }
.ixi-flights .fs-dates .dp-box-value {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.ixi-flights .fs-dates .dp-box-value.placeholder {
    color: #6b7280 !important;
    font-weight: 600 !important;
}
.ixi-flights .fs-dates .dp-box-kicker { display: none !important; }
.ixi-flights .fs-dates .dp-box-text { display: block; }
.ixi-flights .fs-dates .dp-box.active {
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 3px solid var(--ixi-orange) !important;
    border-radius: 0 !important;
}

.ixi-flights .fs-field input[type="text"] {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--ixi-ink) !important;
    height: auto !important;
    width: 100% !important;
    min-width: 0 !important;
}
.ixi-flights .fs-field input::placeholder {
    color: #9ca3af;
    font-weight: 600;
}

.ixi-flights .fs-swap {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1.5px solid #d4d4d8 !important;
    background: #fff !important;
    color: #52525b !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    flex: none !important;
    align-self: auto !important;
    line-height: 1 !important;
    transition: transform .2s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.ixi-flights .fs-swap i {
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
}
.ixi-flights .fs-swap:hover,
.ixi-flights .fs-swap:focus-visible {
    background: #fff !important;
    color: var(--ixi-orange) !important;
    border-color: var(--ixi-orange) !important;
    transform: translate(-50%, -50%) rotate(180deg);
    box-shadow: 0 4px 14px rgba(234, 136, 29, 0.25) !important;
    outline: none;
}
.ixi-flights .fs-swap:active {
    transform: translate(-50%, -50%) rotate(180deg) scale(0.94);
}

.ixi-flights .ixi-pax {
    background: var(--ixi-cell);
    min-width: 0;
    max-width: none;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    min-height: 64px;
    height: 100%;
    box-sizing: border-box;
}
.ixi-flights .ixi-pax-val {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--ixi-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ixi-flights .ixi-pax-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: auto;
    width: min(360px, calc(100vw - 1.5rem));
    min-width: 300px;
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    padding: 0.85rem 0.95rem 0.95rem;
    z-index: 80;
    display: none;
    box-sizing: border-box;
}
.ixi-flights .ixi-pax.open .ixi-pax-menu { display: block; }
.ixi-flights .ixi-pax-grab {
    display: none;
    width: 40px;
    height: 4px;
    border-radius: 999px;
    background: #d4d4d8;
    margin: 0 auto 0.75rem;
}
.ixi-flights .ixi-pax-sheet-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ixi-line);
}
.ixi-flights .ixi-pax-sheet-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}
.ixi-flights .ixi-pax-sheet-copy strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ixi-ink);
    line-height: 1.2;
}
.ixi-flights .ixi-pax-sheet-copy span {
    font-size: 0.8rem;
    color: var(--ixi-muted);
    line-height: 1.35;
}
.ixi-flights .ixi-pax-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--ixi-cell);
    border: 0;
    color: var(--ixi-ink);
    display: grid;
    place-items: center;
    cursor: pointer;
    flex-shrink: 0;
}
.ixi-flights .ixi-pax-close:hover {
    background: #eceef2;
    color: var(--ixi-orange);
}
.ixi-flights .ixi-pax-block {
    display: grid;
    gap: 0;
    margin-bottom: 0.85rem;
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 16px;
    overflow: hidden;
}
.ixi-flights .ixi-pax-row-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0.95rem;
    border-bottom: 1px solid var(--ixi-line);
}
.ixi-flights .ixi-pax-row-step:last-child {
    border-bottom: 0;
}
.ixi-flights .ixi-pax-row-copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}
.ixi-flights .ixi-pax-group-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--ixi-ink);
    line-height: 1.2;
}
.ixi-flights .ixi-pax-group-hint {
    font-size: 0.76rem;
    font-weight: 500;
    color: var(--ixi-muted);
    line-height: 1.3;
}
.ixi-flights .ixi-stepper {
    display: inline-grid;
    grid-template-columns: 36px 2.4rem 36px;
    align-items: center;
    justify-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
}
.ixi-flights .ixi-stepper button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--ixi-line);
    background: #fff;
    color: var(--ixi-ink);
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: grid;
    place-items: center;
    transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.ixi-flights .ixi-stepper button:hover:not(:disabled) {
    border-color: var(--ixi-orange);
    color: var(--ixi-orange);
    background: #fff7f0;
}
.ixi-flights .ixi-stepper button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.ixi-flights .ixi-stepper span {
    min-width: 0;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 1.05rem;
    color: var(--ixi-ink);
    line-height: 1;
}
.ixi-flights .ixi-pax-prefs {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}
.ixi-flights .ixi-pax-pref-section {
    display: grid;
    gap: 0.4rem;
}
.ixi-flights .ixi-pax-pref-label {
    font-size: 0.72rem;
    font-weight: 700;
    margin: 0;
    color: var(--ixi-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ixi-flights .ixi-pax-cabin-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.ixi-flights .ixi-pax-pill {
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid var(--ixi-line);
    background: #fff;
    color: var(--ixi-ink);
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    min-height: 36px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s, color 0.12s, box-shadow 0.12s;
}
.ixi-flights .ixi-pax-pill:hover {
    border-color: rgba(255, 107, 26, 0.5);
    color: var(--ixi-orange);
}
.ixi-flights .ixi-pax-pill.is-active {
    background: var(--ixi-orange);
    border-color: var(--ixi-orange);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 107, 26, 0.28);
}
.ixi-flights .ixi-pax-menu select,
.ixi-flights .ixi-pax-menu .form-select,
.ixi-flights .ixi-pax-select {
    width: 100% !important;
    max-width: 100%;
    min-height: 44px !important;
    border: 1.5px solid var(--ixi-line) !important;
    border-radius: 12px !important;
    padding: 0.55rem 2.1rem 0.55rem 0.85rem !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    color: var(--ixi-ink) !important;
    background-color: #f7f8fa !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235f616d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 12px 10px !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
.ixi-flights .ixi-pax-menu select:focus,
.ixi-flights .ixi-pax-menu .form-select:focus,
.ixi-flights .ixi-pax-select:focus {
    border-color: var(--ixi-orange) !important;
    background-color: #fff !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 26, 0.15) !important;
}
.ixi-flights .ixi-pax-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin: 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--ixi-line);
    border-radius: 14px;
    background: #fafafa;
    cursor: pointer;
}
.ixi-flights .ixi-pax-toggle-copy {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}
.ixi-flights .ixi-pax-toggle-copy strong {
    font-size: 0.9rem;
    color: var(--ixi-ink);
}
.ixi-flights .ixi-pax-toggle-copy span {
    font-size: 0.74rem;
    color: var(--ixi-muted);
}
.ixi-flights .ixi-pax-switch {
    position: relative;
    flex-shrink: 0;
    width: 46px;
    height: 28px;
}
.ixi-flights .ixi-pax-switch input {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}
.ixi-flights .ixi-pax-switch-track {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #d4d4d8;
    transition: background 0.15s;
    position: relative;
}
.ixi-flights .ixi-pax-switch-track::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
    transition: transform 0.15s;
}
.ixi-flights .ixi-pax-switch input:checked + .ixi-pax-switch-track {
    background: var(--ixi-orange);
}
.ixi-flights .ixi-pax-switch input:checked + .ixi-pax-switch-track::after {
    transform: translateX(18px);
}
.ixi-flights .ixi-pax-foot {
    display: block;
}
.ixi-flights .ixi-pax-done {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 14px;
    background: var(--ixi-orange);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    padding: 0.85rem 1.25rem;
    min-height: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 107, 26, 0.3);
    transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
}
.ixi-flights .ixi-pax-done:hover {
    background: var(--ixi-orange-hover);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 107, 26, 0.36);
}

.ixi-flights .fs-actions {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    align-self: center;
    display: flex;
    align-items: center;
    min-height: 64px;
}
.ixi-flights .fs-actions .btn-search {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    width: 148px !important;
    border-radius: 12px !important;
    background: var(--ixi-orange) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    gap: 0.35rem;
    box-shadow: none !important;
    padding: 0 1.25rem !important;
    flex-shrink: 0;
}
.ixi-flights .fs-actions .btn-search:hover {
    background: var(--ixi-orange-hover) !important;
}

.ixi-flights .ixi-special {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.65rem;
    margin-top: 0.9rem;
    padding-top: 0.35rem;
}
.ixi-flights .ixi-special > span {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--ixi-ink);
}
.ixi-flights .ixi-special > span em {
    font-style: normal;
    font-weight: 500;
    color: var(--ixi-muted);
}
.ixi-flights .ixi-chip {
    border: 1px solid #c5c7d0;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    background: #fff;
    color: var(--ixi-ink);
    cursor: pointer;
    min-height: 36px;
}
.ixi-flights .ixi-chip.active {
    border-color: var(--ixi-pill);
    color: var(--ixi-pill);
    background: #eff6ff;
}

.ixi-flights .ixi-assured {
    margin-top: 0.85rem;
    background: var(--ixi-info);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0.55rem 0.75rem;
    font-size: 0.84rem;
}
.ixi-flights .ixi-assured label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
}
.ixi-flights .ixi-assured .dot { display: none; }
.ixi-flights .ixi-assured .muted {
    color: var(--ixi-muted);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.ixi-flights .fs-more {
    display: none !important;
}

.ixi-flights .ixi-section {
    margin-top: 2.25rem;
}
.ixi-flights .ixi-section h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 1rem;
    color: var(--ixi-ink);
}
.ixi-flights .ixi-do-more {
    margin-top: 2rem;
}
.ixi-flights .ixi-do-more > h2 {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0 0 1rem;
    color: var(--ixi-ink);
}
.ixi-flights .ixi-do-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(15,23,42,.06);
    padding: 1.25rem 0.5rem;
}
.ixi-flights .ixi-do-item {
    position: relative;
    text-decoration: none;
    color: var(--ixi-ink);
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.75rem 0.5rem;
    border-right: 1px solid var(--ixi-line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    transition: background .15s ease, transform .15s ease;
}
.ixi-flights .ixi-do-item:last-child { border-right: 0; }
.ixi-flights .ixi-do-item:hover {
    background: #fff7ed;
    transform: scale(1.02);
}
.ixi-flights .ixi-do-item i {
    font-size: 1.75rem;
    color: var(--ixi-orange);
    line-height: 1;
}
.ixi-flights .ixi-do-item .ixi-do-img {
    width: 48px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.ixi-flights .ixi-do-item .tag {
    position: absolute;
    top: 0.15rem;
    right: 0.35rem;
    background: var(--ixi-orange);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    border-radius: 999px;
}

.ixi-flights .ixi-offers-slider {
    position: relative;
    overflow: hidden;
}
.ixi-flights .ixi-offers {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.35rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}
.ixi-flights .ixi-offers::-webkit-scrollbar {
    display: none;
}
.ixi-flights .ixi-offer {
    flex: 0 0 calc((100% - 3rem) / 4);
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f5f7;
    color: #fff;
    padding: 0;
    min-height: 0;
    text-decoration: none;
    display: block;
}
.ixi-flights .ixi-offer.ixi-offer-img {
    padding: 0;
    position: relative;
    aspect-ratio: 520 / 410;
    min-height: 0;
    height: auto;
    background: #f4f5f7;
}
.ixi-flights .ixi-offer.ixi-offer-img > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ixi-flights .ixi-dest-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.85rem;
}
.ixi-flights .ixi-dest-card {
    display: block;
    text-decoration: none;
    color: var(--ixi-ink);
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
}
.ixi-flights .ixi-dest-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    margin-bottom: 0.45rem;
    box-shadow: 0 4px 14px rgba(15,23,42,.08);
}
.ixi-flights .ixi-dest-card:hover img {
    transform: scale(1.03);
    transition: transform .2s ease;
}

.ixi-flights .ixi-landing-pair {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 1.5rem;
    align-items: start;
    margin-top: 2.25rem;
}
.ixi-flights .ixi-landing-pair > .ixi-section {
    margin-top: 0;
}
.ixi-flights .ixi-landing-pair > .ixi-section h2 {
    margin-bottom: 0.9rem;
}

.ixi-flights .ixi-why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}
.ixi-flights .ixi-why-card {
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 14px;
    padding: 1rem 1.05rem;
    box-shadow: 0 4px 14px rgba(15,23,42,.05);
    min-width: 0;
}
.ixi-flights .ixi-why-card i {
    font-size: 1.5rem;
    color: var(--ixi-orange);
    margin-bottom: 0.45rem;
    display: block;
}
.ixi-flights .ixi-why-img {
    width: 56px;
    height: 46px;
    object-fit: contain;
    display: block;
    margin-bottom: 0.5rem;
}
.ixi-flights .ixi-why-card h3 {
    margin: 0 0 0.3rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--ixi-ink);
    line-height: 1.3;
}
.ixi-flights .ixi-why-card p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--ixi-muted);
    line-height: 1.45;
}

.ixi-flights .ixi-routes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}
.ixi-flights .ixi-route {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 12px;
    padding: 0.75rem;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.ixi-flights .ixi-route .thumb,
.ixi-flights .ixi-route-ico {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #fff1e6;
    color: var(--ixi-orange);
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 0.75rem;
    flex-shrink: 0;
    object-fit: cover;
}
.ixi-flights .ixi-route-body {
    min-width: 0;
}
.ixi-flights .ixi-route-body strong,
.ixi-flights .ixi-route h3 {
    margin: 0;
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--ixi-ink);
    line-height: 1.3;
}
.ixi-flights .ixi-route .to,
.ixi-flights .ixi-route p {
    margin: 0.25rem 0 0;
    font-size: 0.78rem;
    color: var(--ixi-muted);
    line-height: 1.4;
}
.ixi-flights .ixi-route .to a,
.ixi-flights .ixi-route p a {
    color: var(--ixi-orange);
    text-decoration: none;
    font-weight: 600;
}
.ixi-flights .ixi-route .to a:hover,
.ixi-flights .ixi-route p a:hover {
    text-decoration: underline;
}

.ixi-flights .ixi-airlines-section h2 {
    margin-bottom: 0.85rem;
}
.ixi-flights .ixi-airlines-ticker {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 16px;
    padding: 0.95rem 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ixi-flights .ixi-airlines-track {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: max-content;
    padding: 0 0.5rem;
    animation: ixi-airline-ticker 28s linear infinite;
    will-change: transform;
}
.ixi-flights .ixi-airlines-ticker:hover .ixi-airlines-track,
.ixi-flights .ixi-airlines-ticker:focus-within .ixi-airlines-track {
    animation-play-state: paused;
}
.ixi-flights .ixi-airline {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex: 0 0 auto;
    min-width: max-content;
    text-decoration: none;
    color: var(--ixi-ink);
    font-size: 0.82rem;
    font-weight: 700;
    background: var(--ixi-cell);
    border: 1px solid var(--ixi-line);
    border-radius: 999px;
    padding: 0.4rem 0.85rem 0.4rem 0.4rem;
    white-space: nowrap;
}
.ixi-flights .ixi-airline-logo {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--ixi-line);
    overflow: hidden;
    flex-shrink: 0;
}
.ixi-flights .ixi-airline-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}
.ixi-flights .ixi-airline-name {
    padding-right: 0.15rem;
    line-height: 1.2;
}

@keyframes ixi-airline-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .ixi-flights .ixi-airlines-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
        row-gap: 0.55rem;
        padding: 0 0.85rem;
    }
    .ixi-flights .ixi-airlines-ticker {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .ixi-flights .ixi-airlines-track .ixi-airline[aria-hidden="true"] {
        display: none;
    }
}

.ixi-flights .ixi-faq details {
    background: #fff;
    border: 1px solid var(--ixi-line);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.55rem;
}
.ixi-flights .ixi-faq summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.ixi-flights .ixi-faq summary::-webkit-details-marker { display: none; }
.ixi-flights .ixi-faq summary::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    color: var(--ixi-muted);
}
.ixi-flights .ixi-faq details[open] summary::after { content: '\F286'; }
.ixi-flights .ixi-faq p {
    margin: 0.65rem 0 0;
    color: var(--ixi-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.ixi-flights .empty-state {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0.5rem;
}
.ixi-flights .empty-state > .bi-airplane,
.ixi-flights .empty-state > h3,
.ixi-flights .empty-state > p {
    display: none;
}

.ixi-flights .flight-results-layout {
    margin-top: 1.5rem;
}

@media (min-width: 1101px) {
    .ixi-flights .fs-dates .dp-field {
        min-height: 64px;
        height: 100%;
        box-sizing: border-box;
    }
    .ixi-flights .fs-dates.oneway-mode .dp-field {
        min-width: 0;
    }
}

@media (max-width: 1100px) {
    .ixi-flights .fs-grid,
    .ixi-flights .fs-grid.roundtrip {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0.5rem;
    }
    .ixi-flights .fs-airports {
        grid-column: 1 / -1;
    }
    .ixi-flights .fs-dates,
    .ixi-flights .ixi-pax {
        min-width: 0;
    }
    .ixi-flights .fs-actions {
        grid-column: 1 / -1;
    }
    .ixi-flights .fs-actions .btn-search {
        width: 100% !important;
        min-height: 52px !important;
        height: auto !important;
        max-height: none !important;
    }
    .ixi-flights .ixi-assured {
        grid-template-columns: 1fr 1fr;
    }
    .ixi-flights .ixi-do-grid { grid-template-columns: repeat(3, 1fr); }
    .ixi-flights .ixi-do-item:nth-child(3n) { border-right: 0; }
    .ixi-flights .ixi-do-item:nth-child(n+4) { border-top: 1px solid var(--ixi-line); }
    .ixi-flights .ixi-landing-pair {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
    .ixi-flights .ixi-why { grid-template-columns: repeat(2, 1fr); }
    .ixi-flights .ixi-routes { grid-template-columns: repeat(2, 1fr); }
    .ixi-flights .ixi-dest-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767.98px) {
    .ixi-flights .ixi-shell {
        padding: 0.85rem 0.85rem 2.5rem;
    }

    .ixi-flights .ixi-sale {
        padding: 1.25rem 1rem;
        min-height: 90px;
        background-position: center center;
    }
    .ixi-flights .ixi-sale h1 {
        font-size: 1.15rem;
        line-height: 1.3;
        max-width: 20rem;
    }
    .ixi-flights .ixi-sale p {
        font-size: 0.82rem;
        max-width: 18rem;
        line-height: 1.4;
    }

    .ixi-flights .ixi-products {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        margin-bottom: 0.75rem;
    }
    .ixi-flights .ixi-products ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.35rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.15rem;
        margin: 0 -0.15rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }
    .ixi-flights .ixi-products ul::-webkit-scrollbar { display: none; }
    .ixi-flights .ixi-products li { flex: 0 0 auto; }
    .ixi-flights .ixi-products a {
        font-size: 0.75rem;
        min-width: 68px;
        padding-bottom: 0.4rem;
    }
    .ixi-flights .ixi-products .ixi-ico,
    .ixi-flights .ixi-products .ixi-ico img {
        width: 44px;
        height: 44px;
    }
    .ixi-flights .ixi-page-title {
        font-size: 1rem;
        padding: 0 0.15rem;
    }

    .ixi-flights .flight-search-card,
    .ixi-flights .ixi-search-card {
        border-radius: 16px;
        padding: 0.9rem 0.85rem 0.85rem;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
    }

    .ixi-flights .ixi-search-head {
        margin-bottom: 0.7rem;
        gap: 0.5rem;
    }
    .ixi-flights .ixi-trust { display: none; }
    .ixi-flights .trip-type-btn {
        padding: 0.4rem 0.85rem;
        font-size: 0.8rem;
        min-height: 36px;
    }

    /* Keep everything side-by-side in pairs */
    .ixi-flights .fs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    .ixi-flights .fs-airports {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    .ixi-flights .fs-airports .fs-field,
    .ixi-flights .fs-airports .fs-field:first-child,
    .ixi-flights .fs-airports .fs-field:last-child {
        border-radius: 12px !important;
        padding: 0.7rem 0.85rem !important;
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
        min-height: 64px;
    }
    .ixi-flights .fs-airports .fs-field:first-child {
        padding-right: 1.6rem !important;
    }
    .ixi-flights .fs-airports .fs-field:last-child {
        padding-left: 1.6rem !important;
    }
    .ixi-flights .fs-swap {
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 34px !important;
        height: 34px !important;
    }
    .ixi-flights .fs-swap:hover,
    .ixi-flights .fs-swap:focus-visible {
        transform: translate(-50%, -50%) rotate(180deg) !important;
    }
    .ixi-flights .fs-swap:active {
        transform: translate(-50%, -50%) rotate(180deg) scale(0.94) !important;
    }

    .ixi-flights .fs-dates {
        grid-column: 1 / 2;
        grid-template-columns: 1fr !important;
    }
    .ixi-flights .fs-dates:not(.oneway-mode) {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr !important;
    }
    .ixi-flights .fs-dates .dp-field {
        border-radius: 12px !important;
        padding: 0.7rem 0.85rem !important;
        min-height: 64px;
    }
    .ixi-flights .fs-dates.oneway-mode .dp-field.return {
        display: none !important;
    }

    .ixi-flights .ixi-pax {
        grid-column: 2 / 3;
        border-radius: 12px;
        padding: 0.7rem 0.85rem;
        min-height: 64px;
    }
    .ixi-flights .fs-dates:not(.oneway-mode) ~ .ixi-pax {
        grid-column: 1 / -1;
    }
    .ixi-flights .ixi-pax.open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.42);
        z-index: 90;
    }
    .ixi-flights .ixi-pax-menu {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: min(92vh, 680px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 22px 22px 0 0 !important;
        padding: 0.65rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
        box-shadow: 0 -16px 48px rgba(15, 23, 42, 0.24) !important;
        z-index: 100 !important;
        background: #fff !important;
    }
    .ixi-flights .ixi-pax-grab {
        display: block;
    }
    .ixi-flights .ixi-pax-sheet-head {
        margin-bottom: 0.9rem;
        padding-bottom: 0.75rem;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }
    .ixi-flights .ixi-pax-sheet-copy strong {
        font-size: 1.1rem;
    }
    .ixi-flights .ixi-pax-row-step {
        padding: 1rem;
    }
    .ixi-flights .ixi-pax-group-title {
        font-size: 1rem;
    }
    .ixi-flights .ixi-pax-group-hint {
        font-size: 0.8rem;
    }
    .ixi-flights .ixi-stepper {
        grid-template-columns: 42px 2.6rem 42px;
    }
    .ixi-flights .ixi-stepper button {
        width: 42px;
        height: 42px;
        font-size: 1.35rem;
    }
    .ixi-flights .ixi-stepper span {
        font-size: 1.15rem;
    }
    .ixi-flights .ixi-pax-pill {
        min-height: 40px;
        padding: 0.5rem 0.95rem;
        font-size: 0.86rem;
    }
    .ixi-flights .ixi-pax-menu select,
    .ixi-flights .ixi-pax-menu .form-select,
    .ixi-flights .ixi-pax-select {
        min-height: 48px !important;
        font-size: 1rem !important;
    }
    .ixi-flights .ixi-pax-foot {
        position: sticky;
        bottom: 0;
        margin-top: 0.35rem;
        padding-top: 0.75rem;
        background: linear-gradient(180deg, rgba(255,255,255,0), #fff 35%);
    }
    .ixi-flights .ixi-pax-done {
        min-height: 52px;
        font-size: 1.05rem;
        border-radius: 14px;
    }

    .ixi-flights .fs-actions {
        grid-column: 1 / -1;
    }
    .ixi-flights .fs-actions .btn-search {
        width: 100% !important;
        min-height: 50px !important;
        font-size: 1rem !important;
    }

    .ixi-flights .fs-field input[type="text"],
    .ixi-flights .fs-dates .dp-box-value,
    .ixi-flights .ixi-pax-val {
        font-size: 0.95rem !important;
    }

    /* Date panel as full-width bottom sheet on mobile */
    .ixi-flights .dp-panel {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-height: min(88vh, 640px);
        overflow-y: auto;
        border-radius: 18px 18px 0 0 !important;
        padding: 1rem 0.85rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
        box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.22) !important;
        z-index: 100 !important;
    }
    .ixi-flights .dp-months {
        flex-direction: column;
        gap: 1rem;
    }
    .ixi-flights .dp-month { width: 100%; }
    .ixi-flights .dp-chips { grid-template-columns: 1fr; }
    .ixi-flights .dp-day { height: 42px; font-size: 0.9rem; }
    .ixi-flights .dp-done {
        min-height: 44px;
        padding: 0.55rem 1.4rem;
    }

    /* Fixed bottom sheet so suggestions stay visible above the keyboard */
    .ixi-flights .ac-list {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
        max-height: min(48vh, 360px);
        border-radius: 16px 16px 0 0 !important;
        box-shadow: 0 -10px 36px rgba(15, 23, 42, 0.22) !important;
        z-index: 10050 !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
    .ixi-flights .ac-item {
        flex-wrap: wrap;
        gap: 4px 8px;
        padding: 12px 14px;
        min-height: 48px;
    }
    .ixi-flights .ac-name { flex-basis: 100%; white-space: normal; }
    .ixi-flights .ac-empty {
        padding: 1rem 1rem 1.25rem;
        text-align: center;
        color: #6b7280;
        font-size: 0.88rem;
        font-weight: 600;
    }

    .ixi-flights .ixi-special {
        gap: 0.45rem;
        margin-top: 0.75rem;
    }
    .ixi-flights .ixi-special > span {
        flex: 1 1 100%;
        font-size: 0.8rem;
    }
    .ixi-flights .ixi-chip {
        flex: 1 1 calc(50% - 0.25rem);
        text-align: center;
        padding: 0.45rem 0.65rem;
        min-height: 38px;
        font-size: 0.78rem;
    }
    .ixi-flights .ixi-special .ixi-chip:last-child {
        flex: 1 1 100%;
    }

    .ixi-flights .ixi-assured {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        padding: 0.75rem 0.85rem;
        font-size: 0.8rem;
    }
    .ixi-flights .ixi-assured label {
        grid-column: 1 / -1;
    }
    .ixi-flights .ixi-assured .muted:last-child {
        grid-column: 1 / -1;
    }

    .ixi-flights .ixi-section {
        margin-top: 1.75rem;
    }
    .ixi-flights .ixi-section h2 {
        font-size: 1.1rem;
        margin-bottom: 0.85rem;
    }

    .ixi-flights .ixi-do-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ixi-flights .ixi-do-item:nth-child(3n) { border-right: 1px solid var(--ixi-line); }
    .ixi-flights .ixi-do-item:nth-child(2n) { border-right: 0; }
    .ixi-flights .ixi-do-item:nth-child(n+3) { border-top: 1px solid var(--ixi-line); }
    .ixi-flights .ixi-do-item:nth-child(n+4) { border-top: 1px solid var(--ixi-line); }

    .ixi-flights .ixi-airlines-track {
        animation-duration: 22s;
        gap: 0.5rem;
    }
    .ixi-flights .ixi-airline {
        font-size: 0.78rem;
        padding: 0.35rem 0.75rem 0.35rem 0.35rem;
    }
    .ixi-flights .ixi-airline-logo {
        width: 36px;
        height: 36px;
    }
    .ixi-flights .ixi-airline-logo img {
        width: 24px;
        height: 24px;
    }

    .ixi-flights .flights-results {
        padding-top: 0.75rem;
    }
    .ixi-flights .flights-results > .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        max-width: none;
    }
    .ixi-flights.has-results .ixi-sale {
        min-height: 72px;
        padding: 1rem 1rem;
    }
    .ixi-flights.has-results .ixi-sale h1 {
        font-size: 1rem;
    }
    .ixi-flights.has-results .ixi-sale p {
        display: none;
    }
    .ixi-flights.has-results .ixi-page-title {
        display: none;
    }
    .ixi-flights.has-results .ixi-products {
        margin-bottom: 0.5rem;
    }
    .ixi-flights.has-results .ixi-special,
    .ixi-flights.has-results .ixi-assured {
        display: none;
    }
    .ixi-flights.has-results .ixi-search-card {
        padding: 0.75rem 0.75rem 0.7rem;
        border-radius: 14px;
    }
}

@media (max-width: 640px) {
    .ixi-flights .ixi-dest-grid { grid-template-columns: repeat(2, 1fr); gap: 0.55rem; }
    .ixi-flights .ixi-landing-pair { gap: 1.35rem; }
    .ixi-flights .ixi-why {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }
    .ixi-flights .ixi-why-card { padding: 0.85rem 0.8rem; }
    .ixi-flights .ixi-why-img { width: 48px; height: 40px; }
    .ixi-flights .ixi-why-card h3 { font-size: 0.88rem; }
    .ixi-flights .ixi-why-card p { font-size: 0.74rem; }
    .ixi-flights .ixi-routes {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
    .ixi-flights .ixi-route {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0.65rem;
        padding: 0.65rem;
    }
    .ixi-flights .ixi-route .thumb,
    .ixi-flights .ixi-route-ico {
        width: 48px;
        height: 48px;
    }
    .ixi-flights .ixi-offer { flex: 0 0 calc((100% - 0.65rem) / 2); }
}

@media (max-width: 380px) {
    .ixi-flights .ixi-shell { padding: 0.7rem 0.65rem 2.25rem; }
    .ixi-flights .ixi-products a { min-width: 60px; font-size: 0.7rem; }
    .ixi-flights .ixi-products .ixi-ico,
    .ixi-flights .ixi-products .ixi-ico img {
        width: 40px;
        height: 40px;
    }
    .ixi-flights .ixi-dest-grid { grid-template-columns: 1fr 1fr; }
    .ixi-flights .ixi-do-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 641px) and (max-width: 991px) {
    .ixi-flights .ixi-offer { flex: 0 0 calc((100% - 2rem) / 3); }
}
