/* =====================================================================
   CHUM TRAVEL
   FLIGHT SEARCH + LIVE PROVIDER COMPARISON
   ===================================================================== */


.chum-travel-page,
.chum-travel-page *,
.chum-travel-page *::before,
.chum-travel-page *::after {
    box-sizing: border-box;
}


.chum-travel-page {
    width: 100%;

    min-height: 70vh;

    color: #17202a;

    font-family:
        var(
            --chum-font,
            "Avenir Next",
            "Segoe UI",
            Arial,
            sans-serif
        );

    background: #f7f9fb;
}


.chum-travel-container {
    width:
        min(
            1450px,
            calc(100% - 64px)
        );

    margin: 0 auto;
}


/* =====================================================================
   SEARCH AREA
   ===================================================================== */


.chum-travel-search-section {
    position: relative;

    overflow: visible;

    padding:
        52px
        0
        62px;

    background:
        radial-gradient(
            620px 360px at 5% 0%,
            rgba(55, 203, 255, 0.18),
            transparent 65%
        ),
        radial-gradient(
            620px 370px at 96% 12%,
            rgba(255, 105, 167, 0.15),
            transparent 68%
        ),
        linear-gradient(
            118deg,
            #eef9fd 0%,
            #f4f5fb 50%,
            #fff0f5 100%
        );
}


.chum-travel-search-section::before {
    content: "";

    position: absolute;

    top: -210px;

    right: 10%;

    width: 430px;

    height: 430px;

    border:
        1px solid
        rgba(255, 255, 255, 0.58);

    border-radius: 50%;

    pointer-events: none;
}


.chum-travel-intro {
    position: relative;

    z-index: 2;

    margin-bottom: 27px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;
}


.chum-travel-intro > div:first-child {
    max-width: 850px;
}


.chum-travel-eyebrow {
    display: inline-flex;

    margin-bottom: 8px;

    color: #e84164;

    font-size: 10px;

    font-weight: 850;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}


.chum-travel-intro h1 {
    margin: 0;

    color: #101820;

    font-size:
        clamp(
            35px,
            3.7vw,
            58px
        );

    line-height: 1.02;

    letter-spacing: -0.05em;
}


.chum-travel-intro p {
    max-width: 760px;

    margin:
        13px
        0
        0;

    color: #5e6975;

    font-size: 14px;

    line-height: 1.65;
}


.chum-travel-market-pill {
    min-width: 150px;

    min-height: 48px;

    padding:
        8px
        14px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.84);

    border-radius: 15px;

    background:
        rgba(
            255,
            255,
            255,
            0.58
        );

    backdrop-filter:
        blur(18px);

    box-shadow:
        0
        12px
        30px
        rgba(34, 44, 60, 0.07);
}


.chum-travel-market-pill span {
    color: #58636f;

    font-size: 10px;
}


.chum-travel-market-pill strong {
    color: #1b1c64;

    font-size: 12px;
}


/* =====================================================================
   TABS
   ===================================================================== */


.travel-search-wrapper {
    position: relative;

    z-index: 20;

    width: 100%;
}


.travel-tabs {
    position: relative;

    z-index: 4;

    min-height: 58px;

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px;

    border:
        1px solid
        rgba(255, 255, 255, 0.80);

    border-bottom-color: transparent;

    border-radius:
        20px
        20px
        0
        0;

    background:
        rgba(
            255,
            255,
            255,
            0.48
        );

    backdrop-filter:
        blur(20px)
        saturate(180%);

    box-shadow:
        inset
        0
        1px
        0
        rgba(255, 255, 255, 0.94);
}


.travel-tab {
    min-width: 145px;

    height: 48px;

    padding:
        0
        22px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border: 0;

    border-radius: 14px;

    background: transparent;

    color: #353943;

    cursor: pointer;

    font: inherit;

    font-size: 13px;

    font-weight: 700;

    transition: 170ms ease;
}


.travel-tab-icon,
.travel-tab-icon svg {
    width: 21px;

    height: 21px;
}


.travel-tab.is-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #292a78,
            #17185d
        );

    box-shadow:
        0
        8px
        18px
        rgba(27, 28, 100, 0.18);
}


.travel-tab:hover:not(.is-active) {
    color: #e84164;

    background:
        rgba(
            255,
            255,
            255,
            0.56
        );
}


/* =====================================================================
   PANEL
   ===================================================================== */


.travel-panel {
    position: relative;

    z-index: 3;

    width: 100%;

    padding:
        30px
        30px
        25px;

    border:
        1px solid
        rgba(255, 255, 255, 0.82);

    border-radius:
        0
        24px
        24px
        24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.76),
            rgba(255, 255, 255, 0.50)
        );

    backdrop-filter:
        blur(27px)
        saturate(185%);

    box-shadow:
        inset
        0
        1px
        0
        #ffffff,

        0
        24px
        60px
        rgba(26, 34, 50, 0.10);
}


.travel-panel[hidden] {
    display: none !important;
}


.travel-flight-topline {
    margin-bottom: 29px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


/* =====================================================================
   TRIP TYPE
   ===================================================================== */


.travel-trip-type {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 24px;
}


.travel-radio {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #363b45;

    cursor: pointer;

    font-size: 12px;

    font-weight: 650;
}


.travel-radio input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}


.travel-radio-mark {
    width: 18px;

    height: 18px;

    border:
        1px solid
        rgba(48, 55, 68, 0.18);

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            0.70
        );

    box-shadow:
        inset
        0
        1px
        0
        #ffffff;
}


.travel-radio
input:checked
+
.travel-radio-mark {
    border:
        5px solid
        #e84164;

    background: #ffffff;
}


/* =====================================================================
   PROVIDER STATUS
   ===================================================================== */


.travel-live-source {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #67727d;

    font-size: 10px;
}


.travel-live-source-dot {
    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #d6a035;

    box-shadow:
        0
        0
        0
        4px
        rgba(214, 160, 53, 0.11);
}


.travel-live-source-dot.is-connected {
    background: #12a06a;

    box-shadow:
        0
        0
        0
        4px
        rgba(18, 160, 106, 0.11);
}


/* =====================================================================
   FIELDS
   ===================================================================== */


.flight-fields {
    position: relative;

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1.15fr
        1.05fr;

    border:
        1px solid
        rgba(218, 224, 230, 0.92);

    border-radius: 18px;

    background:
        rgba(
            255,
            255,
            255,
            0.75
        );

    box-shadow:
        inset
        0
        1px
        0
        #ffffff,

        0
        8px
        20px
        rgba(31, 39, 51, 0.04);
}


.travel-field {
    position: relative;

    min-width: 0;
}


.travel-field:not(:last-child) {
    border-right:
        1px solid
        rgba(60, 67, 77, 0.08);
}


.travel-field > label {
    position: absolute;

    z-index: 2;

    top: -23px;

    left: 4px;

    color: #4e5661;

    font-size: 10px;

    font-weight: 750;
}


.travel-field-control {
    height: 76px;

    display: flex;

    align-items: center;

    padding:
        0
        18px;
}


.travel-field-icon {
    width: 22px;

    height: 22px;

    margin-right: 10px;

    flex-shrink: 0;

    color: #e84164;
}


.travel-field-control
input[type="text"] {
    width: 100%;

    height: 72px;

    border: 0;

    outline: 0;

    background: transparent;

    color: #252a32;

    font: inherit;

    font-size: 13px;

    font-weight: 620;
}


.travel-field-control input::placeholder {
    color: #8b929c;
}


/* =====================================================================
   AUTOCOMPLETE
   ===================================================================== */


.travel-autocomplete {
    position: absolute;

    z-index: 500;

    top:
        calc(
            100% + 8px
        );

    left: 0;

    right: 0;

    max-height: 390px;

    overflow-y: auto;

    padding: 8px;

    border:
        1px solid
        #e3e7eb;

    border-radius: 15px;

    background:
        rgba(
            255,
            255,
            255,
            0.98
        );

    box-shadow:
        0
        24px
        55px
        rgba(18, 29, 41, 0.18);

    backdrop-filter:
        blur(20px);
}


.travel-autocomplete[hidden] {
    display: none !important;
}


.travel-autocomplete-option {
    width: 100%;

    min-height: 62px;

    padding:
        9px
        10px;

    display: grid;

    grid-template-columns:
        50px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 11px;

    border: 0;

    border-radius: 11px;

    background: transparent;

    color: #242a31;

    cursor: pointer;

    text-align: left;
}


.travel-autocomplete-option:hover,
.travel-autocomplete-option.is-active {
    background: #f4f7f9;
}


.travel-autocomplete-code {
    min-height: 31px;

    display: grid;

    place-items: center;

    border-radius: 8px;

    background: #eff2f5;

    color: #1b1c64;

    font-size: 10px;

    font-weight: 850;
}


.travel-autocomplete-copy {
    min-width: 0;
}


.travel-autocomplete-copy strong,
.travel-autocomplete-copy small {
    display: block;
}


.travel-autocomplete-copy strong {
    overflow: hidden;

    color: #20252d;

    font-size: 11px;

    text-overflow: ellipsis;

    white-space: nowrap;
}


.travel-autocomplete-copy small {
    margin-top: 3px;

    overflow: hidden;

    color: #7c858f;

    font-size: 8px;

    text-overflow: ellipsis;

    white-space: nowrap;
}


.travel-autocomplete-type {
    padding:
        5px
        7px;

    border-radius: 999px;

    background: #fff1f4;

    color: #d93d60;

    font-size: 7px;

    font-weight: 750;
}


.travel-autocomplete-loading,
.travel-autocomplete-empty {
    padding: 18px;

    color: #747e89;

    font-size: 10px;

    text-align: center;
}


/* =====================================================================
   SWAP
   ===================================================================== */


.travel-swap-button {
    position: absolute;

    z-index: 15;

    top: 50%;

    left: 25%;

    width: 36px;

    height: 36px;

    display: grid;

    place-items: center;

    border:
        1px solid
        #e1e5e9;

    border-radius: 50%;

    background: #ffffff;

    color: #1b1c64;

    cursor: pointer;

    transform:
        translate(
            -50%,
            -50%
        );

    box-shadow:
        0
        7px
        17px
        rgba(20, 29, 40, 0.10);

    transition: 160ms ease;
}


.travel-swap-button svg {
    width: 17px;

    height: 17px;
}


.travel-swap-button:hover {
    color: #e84164;

    transform:
        translate(
            -50%,
            -50%
        )
        rotate(180deg);
}


/* =====================================================================
   DATES
   ===================================================================== */


.travel-date-controls {
    height: 76px;

    padding:
        0
        16px;

    display: flex;

    align-items: center;
}


.travel-date-control {
    min-width: 0;

    flex: 1;

    display: flex;

    align-items: center;

    gap: 8px;
}


.travel-date-control svg {
    width: 19px;

    height: 19px;

    flex-shrink: 0;

    color: #e84164;
}


.travel-date-control input {
    min-width: 0;

    width: 100%;

    border: 0;

    outline: 0;

    background: transparent;

    color: #292e36;

    font: inherit;

    font-size: 11px;

    font-weight: 620;
}


.travel-date-control.is-disabled,
.travel-date-control.is-disabled input {
    opacity: 0.38;
}


.travel-date-divider {
    width: 1px;

    height: 35px;

    margin:
        0
        10px;

    background:
        rgba(62, 68, 79, 0.10);
}


/* =====================================================================
   PASSENGERS
   ===================================================================== */


.travel-passenger-controls {
    height: 76px;

    display: grid;

    grid-template-columns:
        0.82fr
        1.18fr;
}


.travel-passenger-controls select {
    min-width: 0;

    width: 100%;

    height: 76px;

    padding:
        0
        11px;

    border: 0;

    outline: 0;

    background: transparent;

    color: #292e36;

    font: inherit;

    font-size: 10px;

    font-weight: 620;
}


.travel-passenger-controls select + select {
    border-left:
        1px solid
        rgba(62, 68, 79, 0.08);
}


/* =====================================================================
   ACTIONS
   ===================================================================== */


.travel-search-actions {
    padding-top: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.travel-form-note {
    color: #7b858f;

    font-size: 9px;
}


.travel-search-button {
    min-width: 205px;

    height: 52px;

    padding:
        0
        22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    border: 0;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #f04d71,
            #d9365a
        );

    color: #ffffff;

    cursor: pointer;

    font: inherit;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0
        12px
        27px
        rgba(232, 65, 100, 0.22);

    transition: 170ms ease;
}


.travel-search-button svg {
    width: 18px;

    height: 18px;
}


.travel-search-button:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0
        16px
        32px
        rgba(232, 65, 100, 0.27);
}


.travel-search-button:disabled {
    cursor: wait;

    opacity: 0.72;
}


/* =====================================================================
   COMING MODULES
   ===================================================================== */


.travel-coming-state {
    min-height: 190px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    text-align: center;
}


.travel-coming-state strong {
    color: #1b1c64;

    font-size: 18px;
}


.travel-coming-state > span:last-child {
    max-width: 520px;

    color: #7c858f;

    font-size: 10px;

    line-height: 1.5;
}


.travel-coming-icon {
    width: 42px;

    height: 42px;

    display: grid;

    place-items: center;

    border-radius: 12px;

    background: #eef0fb;

    color: #1b1c64;

    font-size: 15px;

    font-weight: 850;
}


/* =====================================================================
   RESULTS
   ===================================================================== */


.chum-flight-results-section {
    padding:
        48px
        0
        80px;

    background: #f7f9fb;
}


.chum-flight-results-header {
    margin-bottom: 20px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;
}


.chum-flight-results-header h2 {
    margin:
        3px
        0
        7px;

    color: #151b22;

    font-size: 29px;

    letter-spacing: -0.035em;
}


.chum-flight-results-header h2 span {
    margin:
        0
        6px;

    color: #e84164;
}


.chum-flight-results-header p {
    margin: 0;

    color: #737d88;

    font-size: 10px;
}


.chum-flight-results-summary {
    min-width: 185px;

    padding:
        13px
        16px;

    border:
        1px solid
        #e1e6ea;

    border-radius: 13px;

    background: #ffffff;

    text-align: right;
}


.chum-flight-results-summary span,
.chum-flight-results-summary strong,
.chum-flight-results-summary small {
    display: block;
}


.chum-flight-results-summary span {
    color: #808994;

    font-size: 8px;
}


.chum-flight-results-summary strong {
    margin-top: 4px;

    color: #17185d;

    font-size: 18px;
}


.chum-flight-results-summary small {
    margin-top: 2px;

    color: #9ba2aa;

    font-size: 7px;
}


/* =====================================================================
   STATUS
   ===================================================================== */


.travel-status-message {
    margin-bottom: 17px;

    padding:
        14px
        16px;

    display: flex;

    align-items: flex-start;

    gap: 10px;

    border:
        1px solid
        #eadfc0;

    border-radius: 12px;

    background: #fffaf0;

    color: #6d5b28;
}


.travel-status-message strong {
    flex-shrink: 0;

    font-size: 9px;
}


.travel-status-message span {
    font-size: 9px;

    line-height: 1.5;
}


.travel-status-message.is-error {
    border-color: #f1ccd5;

    background: #fff5f7;

    color: #9b3650;
}


/* =====================================================================
   TOOLBAR
   ===================================================================== */


.chum-flight-toolbar {
    margin-bottom: 13px;

    padding:
        12px
        14px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border:
        1px solid
        #e3e7ea;

    border-radius: 12px;

    background: #ffffff;
}


.chum-flight-toolbar strong,
.chum-flight-toolbar span {
    display: block;
}


.chum-flight-toolbar strong {
    color: #252b33;

    font-size: 10px;
}


.chum-flight-toolbar span {
    margin-top: 2px;

    color: #858e98;

    font-size: 8px;
}


.chum-flight-sort {
    display: inline-flex;

    gap: 4px;

    padding: 3px;

    border-radius: 9px;

    background: #f1f4f6;
}


.chum-flight-sort button {
    height: 31px;

    padding:
        0
        11px;

    border: 0;

    border-radius: 7px;

    background: transparent;

    color: #67717c;

    cursor: pointer;

    font: inherit;

    font-size: 8px;

    font-weight: 700;
}


.chum-flight-sort button.is-active {
    background: #ffffff;

    color: #1b1c64;

    box-shadow:
        0
        3px
        10px
        rgba(26, 34, 47, 0.08);
}


/* =====================================================================
   FLIGHT CARD
   ===================================================================== */


.chum-flight-results-list {
    display: flex;

    flex-direction: column;

    gap: 13px;
}


.chum-flight-card {
    overflow: hidden;

    border:
        1px solid
        #e1e6ea;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0
        9px
        28px
        rgba(23, 32, 44, 0.045);
}


.chum-flight-main {
    min-height: 165px;

    padding: 20px;

    display: grid;

    grid-template-columns:
        185px
        minmax(0, 1fr)
        180px;

    align-items: center;

    gap: 24px;
}


/* =====================================================================
   AIRLINE
   ===================================================================== */


.chum-flight-airline {
    display: flex;

    align-items: center;

    gap: 11px;
}


.chum-flight-airline-logo {
    width: 48px;

    height: 48px;

    display: grid;

    place-items: center;

    overflow: hidden;

    border:
        1px solid
        #e5e8eb;

    border-radius: 11px;

    background: #ffffff;
}


.chum-flight-airline-logo img {
    max-width: 82%;

    max-height: 82%;

    object-fit: contain;
}


.chum-flight-airline-logo span {
    color: #1b1c64;

    font-size: 12px;

    font-weight: 850;
}


.chum-flight-airline strong,
.chum-flight-airline span {
    display: block;
}


.chum-flight-airline strong {
    color: #20262e;

    font-size: 11px;
}


.chum-flight-airline
>
div:last-child
>
span {
    margin-top: 3px;

    color: #8a929b;

    font-size: 8px;
}


/* =====================================================================
   FLIGHT LEG
   ===================================================================== */


.chum-flight-legs {
    min-width: 0;

    display: flex;

    flex-direction: column;

    gap: 14px;
}


.chum-flight-leg {
    display: grid;

    grid-template-columns:
        92px
        minmax(130px, 1fr)
        92px;

    align-items: center;

    gap: 12px;
}


.chum-flight-leg.is-return {
    padding-top: 13px;

    border-top:
        1px dashed
        #e6e9ec;
}


.chum-flight-time-block strong,
.chum-flight-time-block span,
.chum-flight-time-block small {
    display: block;
}


.chum-flight-time-block strong {
    color: #171d25;

    font-size: 20px;

    line-height: 1;
}


.chum-flight-time-block span {
    margin-top: 4px;

    color: #1b1c64;

    font-size: 10px;

    font-weight: 800;
}


.chum-flight-time-block small {
    margin-top: 3px;

    color: #929aa3;

    font-size: 7px;
}


.chum-flight-time-block.is-arrival {
    text-align: right;
}


.chum-flight-route-line {
    min-width: 0;

    text-align: center;
}


.chum-flight-route-line > span {
    color: #7e8791;

    font-size: 8px;
}


.chum-flight-route-line > div {
    position: relative;

    height: 1px;

    margin:
        7px
        0;

    background: #cfd5da;
}


.chum-flight-route-line > div::before,
.chum-flight-route-line > div::after,
.chum-flight-route-line > div i {
    content: "";

    position: absolute;

    top: 50%;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #9ea7b0;

    transform:
        translateY(-50%);
}


.chum-flight-route-line > div::before {
    left: 0;
}


.chum-flight-route-line > div::after {
    right: 0;
}


.chum-flight-route-line > div i {
    left: 50%;

    width: 7px;

    height: 7px;

    background: #e84164;

    transform:
        translate(
            -50%,
            -50%
        );
}


.chum-flight-route-line > strong {
    color: #8d6670;

    font-size: 8px;

    font-weight: 700;
}


.chum-flight-route-line > strong.is-direct {
    color: #11865d;
}


/* =====================================================================
   BEST PRICE
   ===================================================================== */


.chum-flight-best-price {
    text-align: right;
}


.chum-flight-best-price span,
.chum-flight-best-price strong,
.chum-flight-best-price small {
    display: block;
}


.chum-flight-best-price span {
    color: #7d8791;

    font-size: 8px;
}


.chum-flight-best-price strong {
    margin-top: 4px;

    color: #17185d;

    font-size: 22px;
}


.chum-flight-best-price small {
    margin-top: 4px;

    color: #969da5;

    font-size: 7px;
}


/* =====================================================================
   PROVIDER COMPARISON
   ===================================================================== */


.chum-flight-provider-comparison {
    padding:
        16px
        20px
        19px;

    border-top:
        1px solid
        #eceff1;

    background: #fbfcfd;
}


.chum-flight-provider-heading {
    margin-bottom: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.chum-flight-provider-heading strong,
.chum-flight-provider-heading span {
    display: block;
}


.chum-flight-provider-heading strong {
    color: #262c33;

    font-size: 10px;
}


.chum-flight-provider-heading
>
div
>
span {
    margin-top: 2px;

    color: #8d959e;

    font-size: 8px;
}


.chum-provider-source-badge {
    padding:
        6px
        8px;

    border-radius: 999px;

    background: #eef0fb;

    color: #1b1c64;

    font-size: 7px;

    font-weight: 800;
}


.chum-flight-quotes {
    display: flex;

    flex-direction: column;

    gap: 7px;
}


.chum-flight-quote {
    min-height: 62px;

    padding:
        8px
        10px;

    display: grid;

    grid-template-columns:
        minmax(220px, 1fr)
        150px
        105px;

    align-items: center;

    gap: 15px;

    border:
        1px solid
        #e5e8eb;

    border-radius: 11px;

    background: #ffffff;
}


.chum-flight-quote.is-best {
    border-color: #b7e3d4;

    background:
        linear-gradient(
            90deg,
            #f4fcf8,
            #ffffff
        );
}


/* =====================================================================
   AGENT
   ===================================================================== */


.chum-flight-agent {
    display: flex;

    align-items: center;

    gap: 10px;
}


.chum-flight-agent-logo {
    width: 37px;

    height: 37px;

    display: grid;

    place-items: center;

    overflow: hidden;

    border:
        1px solid
        #e6e9ec;

    border-radius: 8px;

    background: #ffffff;
}


.chum-flight-agent-logo img {
    max-width: 86%;

    max-height: 86%;

    object-fit: contain;
}


.chum-flight-agent-logo span {
    color: #1b1c64;

    font-size: 10px;

    font-weight: 800;
}


.chum-flight-agent strong,
.chum-flight-agent small {
    display: block;
}


.chum-flight-agent strong {
    color: #242a31;

    font-size: 9px;
}


.chum-flight-agent small {
    margin-top: 2px;

    color: #9098a1;

    font-size: 7px;
}


/* =====================================================================
   QUOTE
   ===================================================================== */


.chum-flight-quote-price {
    text-align: right;
}


.chum-flight-quote-price span,
.chum-flight-quote-price strong {
    display: block;
}


.chum-flight-quote-price span {
    color: #12865e;

    font-size: 7px;

    font-weight: 800;

    text-transform: uppercase;
}


.chum-flight-quote-price strong {
    margin-top: 2px;

    color: #17185d;

    font-size: 13px;
}


.chum-flight-deal-button {
    min-height: 36px;

    padding:
        0
        11px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    border-radius: 9px;

    background: #1b1c64;

    color: #ffffff !important;

    font-size: 8px;

    font-weight: 800;

    text-decoration: none !important;
}


.chum-flight-deal-button:hover {
    background: #e84164;
}


.chum-flight-deal-unavailable {
    color: #a1a7ad;

    font-size: 7px;

    text-align: center;
}


/* =====================================================================
   EMPTY
   ===================================================================== */


.travel-empty-results {
    padding:
        60px
        25px;

    border:
        1px solid
        #e2e6e9;

    border-radius: 16px;

    background: #ffffff;

    text-align: center;
}


.travel-empty-icon {
    font-size: 35px;
}


.travel-empty-results h3 {
    margin:
        13px
        0
        6px;

    color: #20262e;

    font-size: 18px;
}


.travel-empty-results p {
    margin: 0;

    color: #858e98;

    font-size: 10px;
}


/* =====================================================================
   EXPLAINER
   ===================================================================== */


.chum-travel-explainer {
    padding:
        42px
        0
        78px;

    background: #f7f9fb;
}


.chum-travel-explainer-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 14px;
}


.chum-travel-explainer-grid article {
    min-height: 160px;

    padding: 21px;

    border:
        1px solid
        #e3e7ea;

    border-radius: 15px;

    background: #ffffff;
}


.chum-travel-explainer-grid article > span {
    color: #e84164;

    font-size: 8px;

    font-weight: 850;
}


.chum-travel-explainer-grid h2 {
    margin:
        10px
        0
        7px;

    color: #20262e;

    font-size: 15px;
}


.chum-travel-explainer-grid p {
    margin: 0;

    color: #7e8791;

    font-size: 9px;

    line-height: 1.6;
}


/* =====================================================================
   RESPONSIVE
   ===================================================================== */


@media (max-width: 1200px) {

    .chum-travel-container {
        width:
            calc(
                100% - 40px
            );
    }


    .flight-fields {
        grid-template-columns:
            1fr
            1fr;
    }


    .travel-field {
        border-bottom:
            1px solid
            rgba(60, 67, 77, 0.08);
    }


    .travel-field:nth-child(even) {
        border-right: 0;
    }


    .travel-swap-button {
        left: 50%;
    }


    .chum-flight-main {
        grid-template-columns:
            150px
            minmax(0, 1fr)
            155px;
    }

}


@media (max-width: 850px) {

    .chum-travel-intro,
    .chum-flight-results-header,
    .chum-flight-toolbar {
        align-items: flex-start;

        flex-direction: column;
    }


    .chum-travel-market-pill {
        display: none;
    }


    .chum-flight-main {
        grid-template-columns:
            1fr;
    }


    .chum-flight-best-price {
        text-align: left;
    }


    .chum-flight-quote {
        grid-template-columns:
            minmax(0, 1fr)
            120px
            100px;
    }


    .chum-travel-explainer-grid {
        grid-template-columns:
            1fr;
    }

}


@media (max-width: 650px) {

    .chum-travel-container {
        width:
            calc(
                100% - 24px
            );
    }


    .chum-travel-search-section {
        padding:
            32px
            0
            42px;
    }


    .chum-travel-intro h1 {
        font-size: 34px;
    }


    .travel-tabs {
        width: 100%;
    }


    .travel-tab {
        min-width: 0;

        flex: 1;

        padding:
            0
            8px;

        font-size: 10px;
    }


    .travel-panel {
        padding:
            25px
            14px
            17px;

        border-radius:
            0
            0
            17px
            17px;
    }


    .travel-flight-topline,
    .travel-search-actions {
        align-items: flex-start;

        flex-direction: column;
    }


    .flight-fields {
        display: block;
    }


    .travel-field {
        border-right:
            0 !important;

        border-bottom:
            1px solid
            rgba(60, 67, 77, 0.08);
    }


    .travel-field > label {
        position: static;

        display: block;

        padding:
            11px
            14px
            0;
    }


    .travel-field-control,
    .travel-date-controls,
    .travel-passenger-controls {
        height: 64px;
    }


    .travel-field-control
    input[type="text"] {
        height: 61px;
    }


    .travel-passenger-controls select {
        height: 64px;
    }


    .travel-swap-button {
        display: none;
    }


    .travel-search-button {
        width: 100%;
    }


    .travel-autocomplete {
        position: fixed;

        z-index: 9999;

        top: 20%;

        left: 12px;

        right: 12px;

        max-height: 58vh;
    }


    .chum-flight-leg {
        grid-template-columns:
            70px
            minmax(100px, 1fr)
            70px;
    }


    .chum-flight-time-block strong {
        font-size: 16px;
    }


    .chum-flight-provider-heading {
        align-items: flex-start;

        flex-direction: column;
    }


    .chum-flight-quote {
        grid-template-columns:
            1fr;

        gap: 8px;
    }


    .chum-flight-quote-price {
        text-align: left;
    }


    .chum-flight-deal-button {
        width: 100%;
    }

}


/* =====================================================================
   ACCESSIBILITY
   ===================================================================== */


.travel-tab:focus-visible,
.travel-search-button:focus-visible,
.travel-swap-button:focus-visible,
.travel-autocomplete-option:focus-visible,
.chum-flight-sort button:focus-visible,
.chum-flight-deal-button:focus-visible {
    outline:
        3px solid
        rgba(232, 65, 100, 0.24);

    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {

    .travel-tab,
    .travel-swap-button,
    .travel-search-button {
        transition:
            none !important;
    }

}