/* =========================================================
   DEALS PAGE
========================================================= */

.tl-deals-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.tl-deals-page *,
.tl-deals-page *::before,
.tl-deals-page *::after,
.tl-deal-modal *,
.tl-deal-modal *::before,
.tl-deal-modal *::after {
    box-sizing: border-box;
}

.tl-deals-page svg {
    display: block;
    width: 20px;
    height: 20px;
}


/* =========================================================
   HERO
========================================================= */

.tl-deals-hero {
    position: relative;
    min-height: 400px;
    overflow: visible;
}

.tl-deals-hero__media,
.tl-deals-hero__overlay {
    position: absolute;
    inset: 0;
}

.tl-deals-hero__media {
    overflow: hidden;
}

.tl-deals-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tl-deals-hero__overlay {
    background:
        linear-gradient(90deg,
            rgba(10, 90, 165, .92) 0%,
            rgba(8, 118, 190, .69) 43%,
            rgba(2, 70, 145, .10) 75%);
}

.tl-deals-hero__container {
    position: relative;
    z-index: 3;
    min-height: 330px;
}

.tl-deals-hero__content {
    max-width: 470px;
    padding-top: 42px;
    color: #fff;
}

.tl-deals-hero__content h1 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.tl-deals-hero__content h1 span {
    color: #ff6a17;
}

.tl-deals-hero__content p {
    max-width: 440px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   SEARCH BAR
========================================================= */

.tl-deals-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}

.tl-deals-tabs {
    display: inline-flex;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.tl-deals-tabs button {
    min-width: 110px;
    height: 36px;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 0 !important;
    background: #062d67 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.tl-deals-tabs button.active {
    background: #051f4e !important;
}

.tl-deals-search-grid {
    min-height: 86px;
    padding: 11px 12px;
    display: grid;
    grid-template-columns:
        1.25fr 40px 1.2fr .9fr .9fr 1.2fr 140px;
    align-items: center;
    border: 1px solid #dfe4ea;
    border-radius: 0 8px 8px 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(10, 34, 70, .16);
}

.tl-deals-search-field {
    position: relative;
    min-height: 58px;
    padding: 7px 13px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    border: 0 !important;
    border-right: 1px solid #e6eaf0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #10254d !important;
    box-shadow: none !important;
    text-align: left !important;
}

.tl-deals-search-field span {
    margin-bottom: 4px;
    color: #8590a1;
    font-size: 14px;
}

.tl-deals-search-field strong {
    color: #10254d;
    font-size: 16px;
    font-weight: 700;
}

.tl-deals-date input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tl-deals-swap {
    width: 31px !important;
    height: 31px !important;
    margin: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d9e0e8 !important;
    border-radius: 50% !important;
    background: #f7f9fc !important;
    color: #16407f !important;
    box-shadow: none !important;
}

.tl-deals-swap svg {
    width: 15px;
    height: 15px;
}

.tl-deals-search-submit {
    min-height: 43px !important;
    margin-left: 10px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #f4511e !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.tl-deals-search-submit svg {
    width: 15px;
    height: 15px;
}


/* =========================================================
   DEAL CATEGORY NAV
========================================================= */

.tl-deals-nav {
    padding: 54px 0 13px;
    border-bottom: 1px solid #e6ebf0;
}

.tl-deals-nav-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(10, 35, 70, .05);
}

.tl-deals-nav button {
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 9px !important;
    border: 0 !important;
    border-right: 1px solid #e8ecf0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #102c5e !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.tl-deals-nav button.active {
    color: #f4511e !important;
    box-shadow: inset 0 -2px #f4511e !important;
}


/* =========================================================
   MAIN
========================================================= */

.tl-deals-main {
    padding: 18px 0 30px;
}

.tl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #758195;
    font-size: 16px;
}

.tl-deals-heading {
    margin: 8px 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.tl-deals-heading h2 {
    margin: 0;
    color: #09214b;
    font-size: 28px;
}

.tl-deals-heading p {
    margin: 5px 0 0;
    color: #718096;
    font-size: 16px;
}

.tl-prices-status {
    color: #298d51;
    font-size: 16px;
}

.tl-deals-layout {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
}


/* =========================================================
   FILTER
========================================================= */

.tl-deals-filter {
    padding: 13px;
    border: 1px solid #dfe5eb;
    border-radius: 7px;
    background: #fff;
}

.tl-filter-head {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8ecf1;
}

.tl-filter-head strong {
    color: #10264d;
    font-size: 20px;
}

.tl-filter-head button {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #1260af !important;
    font-size: 14px !important;
}

.tl-filter-group {
    padding: 12px 0;
    border-bottom: 1px solid #e8ecf1;
}

.tl-filter-group h3 {
    margin: 0 0 8px;
    color: #162d55;
    font-size: 18px;
}

.tl-filter-group label {
    margin: 7px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #536074;
    font-size: 16px;
}

.tl-filter-search,
.tl-filter-group select {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #d9e0e8;
    border-radius: 4px;
    font-size: 16px;
}

.tl-filter-group input[type="range"] {
    width: 100%;
}

.tl-price-label {
    margin-bottom: 8px;
    color: #42506a;
    font-size: 16px;
}

.tl-filter-apply {
    width: 100% !important;
    min-height: 36px !important;
    margin-top: 12px !important;
    border: 1px solid #2b68ad !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #155393 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}


/* =========================================================
   DEAL CARDS
========================================================= */
/* =========================================================
   DEAL RESULTS WRAPPER
========================================================= */

.tl-deals-results {
    min-width: 0;
    width: 100%;
}


/* =========================================================
   DEAL CARDS GRID
========================================================= */

.tl-deals-cards {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;
}


/* =========================================================
   SINGLE CARD
========================================================= */

.tl-deal-result-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    border: 1px solid #dfe5ec;
    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 3px 12px rgba(13, 38, 73, 0.045);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.tl-deal-result-card:hover {
    transform: translateY(-3px);

    border-color: #d2dbe5;

    box-shadow:
        0 12px 28px rgba(13, 38, 73, 0.10);
}


/* =========================================================
   IMAGE
========================================================= */

.tl-deal-result-image {
    position: relative;

    width: 100%;
    height: 150px;

    overflow: hidden;

    background: #eef2f6;
}

.tl-deal-result-image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover;
    object-position: center;

    transition: transform 0.35s ease;
}

.tl-deal-result-card:hover
.tl-deal-result-image img {
    transform: scale(1.035);
}


/* =========================================================
   BADGE
========================================================= */

.tl-deal-badge {
    position: absolute;

    top: 10px;
    left: 10px;

    z-index: 3;

    min-height: 23px;

    padding: 0 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    color: #ffffff;

    font-size: 8px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: 0.15px;

    text-transform: uppercase;

    box-shadow:
        0 3px 9px rgba(0, 0, 0, 0.12);
}


.tl-deal-badge--orange {
    background: #f97316;
}

.tl-deal-badge--green {
    background: #16a05d;
}

.tl-deal-badge--blue {
    background: #2876cf;
}

.tl-deal-badge--purple {
    background: #7656c9;
}


/* =========================================================
   FAVORITE BUTTON
========================================================= */

.tl-deal-favorite,
.tl-deals-page .tl-deal-favorite {
    position: absolute;

    top: 9px;
    right: 9px;

    z-index: 4;

    width: 32px !important;
    height: 32px !important;

    min-width: 32px !important;
    min-height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 50% !important;

    background: rgba(12, 31, 61, 0.34) !important;
    color: #ffffff !important;

    box-shadow: none !important;

    backdrop-filter: blur(4px);

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.tl-deal-favorite:hover {
    background: rgba(12, 31, 61, 0.60) !important;

    transform: scale(1.06);
}

.tl-deal-favorite svg {
    display: block;

    width: 17px !important;
    height: 17px !important;

    max-width: 17px !important;
    max-height: 17px !important;
}

.tl-deal-favorite.saved {
    background: #f4511e !important;
    border-color: #f4511e !important;
}

.tl-deal-favorite.saved svg path {
    fill: currentColor;
}


/* =========================================================
   CARD BODY
========================================================= */

.tl-deal-result-body {
    padding: 14px 14px 15px;
}


/* =========================================================
   ROUTE
========================================================= */

.tl-deal-result-route {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        26px
        minmax(0, 1fr);

    align-items: center;

    gap: 8px;
}

.tl-deal-result-route > div {
    min-width: 0;
}

.tl-deal-result-route > div:last-child {
    text-align: left;
}

.tl-deal-result-route strong {
    display: block;

    overflow: hidden;

    color: #10264c;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-deal-result-route small {
    display: block;

    margin-top: 3px;

    color: #5f6d82;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.tl-deal-result-route > svg {
    display: block;

    width: 19px !important;
    height: 19px !important;

    margin: auto;

    color: #173b74;
}


/* =========================================================
   AIRLINE
========================================================= */

.tl-deal-result-airline {
    min-height: 28px;

    margin-top: 6px;

    display: flex;
    align-items: center;

    color: #344a6c;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}


/* Optional small airplane mark */

.tl-deal-result-airline::before {
    content: "";

    width: 7px;
    height: 7px;

    margin-right: 6px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #1f65b7;
}


/* =========================================================
   DATES + TRIP TYPE
========================================================= */

.tl-deal-result-dates {
    margin-top: 10px;
    padding-top: 10px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 10px;

    border-top: 1px solid #edf0f3;

    color: #59677a;

    font-size: 16px;
    line-height: 1.4;
}

.tl-deal-result-dates span:first-child {
    min-width: 0;
}

.tl-deal-result-dates span:last-child {
    flex-shrink: 0;

    text-align: right;
}


/* =========================================================
   CABIN CLASS
========================================================= */

.tl-deal-result-class {
    display: block;
    color: #69778a;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================================
   PRICE
========================================================= */

.tl-deal-result-price {
    margin-top: 10px;

    display: flex;
    align-items: center;

    gap: 8px;
}

.tl-deal-result-price strong {
    color: #f4511e;

    font-size: 23px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: -0.5px;
}

.tl-deal-result-price del {
    color: #8a94a3;

    font-size: 14px;
    line-height: 1;

    text-decoration-thickness: 1px;
}

.tl-deal-result-price span {
    margin-left: auto;

    min-height: 23px;

    padding: 0 7px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #7ad09b;
    border-radius: 4px;

    background: #effcf4;
    color: #218b4e;

    font-size: 16px;
    line-height: 1;
    font-weight: 800;

    white-space: nowrap;
}


/* =========================================================
   CHECK STATUS
========================================================= */

.tl-deal-result-status {
    margin-top: 10px;

    display: flex;
    align-items: center;

    gap: 6px;

    color: #248b4e;

    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.tl-deal-result-status::before {
    content: "";

    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #22aa5a;

    box-shadow:
        0 0 0 2px rgba(34, 170, 90, 0.12);
}


/* =========================================================
   VIEW DEAL BUTTON
========================================================= */

.tl-deal-result-cta,
.tl-deals-page .tl-deal-result-cta {
    width: 100% !important;
    min-height: 38px !important;

    margin: 12px 0 0 !important;
    padding: 0 14px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 5px !important;

    background: #f4511e !important;
    background-image: none !important;

    color: #ffffff !important;

    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.tl-deal-result-cta:hover {
    background: #df4214 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   LOAD MORE
========================================================= */

.tl-load-more-wrap {
    width: 100%;

    padding-top: 20px;

    display: flex;
    justify-content: center;
}

.tl-load-more,
.tl-deals-page .tl-load-more {
    min-width: 220px;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 0 20px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #2f6fb8 !important;
    border-radius: 5px !important;

    background: #ffffff !important;
    color: #155ca5 !important;

    box-shadow: none !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.tl-load-more:hover {
    background: #f2f7fd !important;
    color: #0c4f95 !important;
}


/* =========================================================
   EMPTY FILTER RESULT
========================================================= */

.tl-deals-empty {
    grid-column: 1 / -1;

    padding: 50px 20px;

    border: 1px dashed #d7dfe8;
    border-radius: 8px;

    background: #fafcff;

    color: #6c788a;

    text-align: center;

    font-size: 11px;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1100px) {

    .tl-deals-cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .tl-deal-result-image {
        height: 175px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .tl-deals-results {
        width: 100%;
    }

    .tl-deal-result-image {
        height: 195px;
    }

    .tl-deal-result-route strong {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tl-deals-cards {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .tl-deal-result-card {
        border-radius: 8px;
    }

    .tl-deal-result-image {
        height: 205px;
    }

    .tl-deal-result-body {
        padding: 15px;
    }

    .tl-deal-result-route strong {
        font-size: 15px;
    }

    .tl-deal-result-route small {
        font-size: 9px;
    }

    .tl-deal-result-airline {
        font-size: 10px;
    }

    .tl-deal-result-dates {
        font-size: 9px;
    }

    .tl-deal-result-price strong {
        font-size: 24px;
    }

    .tl-deal-result-cta {
        min-height: 42px !important;

        font-size: 11px !important;
    }

    .tl-load-more {
        width: 100%;

        min-width: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .tl-deal-result-image {
        height: 180px;
    }

    .tl-deal-result-route {
        grid-template-columns:
            minmax(0,1fr)
            22px
            minmax(0,1fr);

        gap: 5px;
    }

    .tl-deal-result-route strong {
        font-size: 13px;
    }

    .tl-deal-result-price strong {
        font-size: 21px;
    }

    .tl-deal-result-price {
        gap: 5px;
    }

    .tl-deal-result-price span {
        padding: 0 5px;

        font-size: 7px;
    }

}

/* =========================================================
   PROMOS
========================================================= */

.tl-deals-promos {
    padding: 0 0 25px;
}

.tl-deals-promos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.tl-deals-promo-card {
    min-height: 165px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.tl-deals-promo-card--last {
    background:
        linear-gradient(90deg, rgba(5, 42, 100, .97), rgba(18, 65, 155, .5)),
        url('https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=1000&q=80');
}

.tl-deals-promo-card--business {
    background:
        linear-gradient(90deg, rgba(48, 35, 115, .95), rgba(58, 40, 130, .45)),
        url('https://images.unsplash.com/photo-1540339832862-474599807836?auto=format&fit=crop&w=1000&q=80');
}

.tl-deals-promo-card>div {
    max-width: 60%;
}

.tl-deals-promo-card h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.tl-deals-promo-card p {
    margin: 8px 0 13px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.6;
}

.tl-deals-promo-card button {
    min-height: 32px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255, 255, 255, .8) !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
}


/* =========================================================
   SAVE MORE
========================================================= */

.tl-save-more {
    padding: 20px 0 28px;
}

.tl-save-more h2 {
    margin: 0 0 15px;
    color: #09214c;
    font-size: 22px;
}

.tl-save-more-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.tl-save-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.tl-save-item svg {
    width: 26px;
    height: 26px;
    color: #2868c3;
}

.tl-save-item strong {
    color: #173564;
    font-size: 16px;
}

.tl-save-item p {
    margin: 4px 0 0;
    color: #6c7788;
    font-size: 16px;
    line-height: 1.55;
}


/* =========================================================
   FAQ / SUBSCRIBE
========================================================= */

.tl-deals-bottom {
    padding: 0 0 35px;
}

.tl-deals-faq,
.tl-deals-subscribe {
    padding: 18px;
    border-radius: 8px;
    background: #f5f8fd;
}

.tl-deals-faq h2,
.tl-deals-subscribe h2 {
    margin: 0 0 11px;
    color: #102a55;
    font-size: 22px;
}

.tl-deals-faq-item {
    border-bottom: 1px solid #e1e6ed;
    margin-bottom: 10px;
}

.tl-deals-faq-item button {
    width: 100% !important;
    min-height: 34px !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: 0 !important;
    background: #fff !important;
    color: #18345e !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.tl-deals-faq-answer {
    display: none;
    padding: 8px;
    background: #fff;
    color: #657287;
    font-size: 16px;
    line-height: 1.6;
}

.tl-deals-faq-item.active .tl-deals-faq-answer {
    display: block;
}

.tl-deals-subscribe {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tl-deals-subscribe>div {
    position: relative;
    z-index: 2;
    width: 75%;
}

.tl-deals-subscribe p {
    margin: 0 0 12px;
    color: #657287;
    font-size: 16px;
}

.tl-deals-subscribe form {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 7px;
}

.tl-deals-subscribe input {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d6dde6;
    border-radius: 4px;
    font-size: 16px;
}

.tl-deals-subscribe button {
    border: 0 !important;
    border-radius: 4px !important;
    background: #f4511e !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    width: 155px;
}

.tl-subscribe-plane {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 85px !important;
    height: 85px !important;
}


/* =========================================================
   MODAL
========================================================= */

.tl-deal-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tl-deal-modal.open {
    display: flex;
}

.tl-deal-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 45, .65);
}

.tl-deal-modal-card {
    position: relative;
    z-index: 2;
    width: min(100%, 440px);
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.tl-deal-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #273b5b !important;
    font-size: 20px !important;
}

.tl-deal-modal-card>span {
    color: #f4511e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tl-deal-modal-card h2 {
    margin: 7px 0;
    color: #0d2855;
    font-size: 26px;
}

.tl-deal-modal-card p {
    margin: 0 0 17px;
    color: #6a7789;
    font-size: 14px;
    line-height: 1.7;
}

.tl-deal-modal-card a {
    min-height: 44px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f4511e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .tl-deals-search-grid {
        grid-template-columns:
            1fr 36px 1fr 1fr 1fr;
    }

    #dealTravelerButton {
        grid-column: 1 / 4;
        margin-top: 7px !important;
    }

    .tl-deals-search-submit {
        grid-column: 4 / 6;
        margin-top: 7px !important;
    }

    .tl-deals-hero,
    .tl-deals-hero__container {
        min-height: 400px;
    }

    .tl-deals-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-save-more-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 800px) {

    .tl-deals-layout {
        grid-template-columns: 1fr;
    }

    .tl-deals-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .tl-filter-head,
    .tl-filter-apply {
        grid-column: 1 / -1;
    }

    .tl-deals-nav-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .tl-deals-promos-grid,
    .tl-deals-bottom-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 650px) {

    .tl-deals-hero,
    .tl-deals-hero__container {
        min-height: 620px;
    }

    .tl-deals-hero__content {
        padding-top: 35px;
    }

    .tl-deals-hero__content h1 {
        font-size: 32px;
    }

    .tl-deals-search {
        bottom: 20px;
    }

    .tl-deals-tabs {
        width: 100%;
    }

    .tl-deals-tabs button {
        min-width: 0;
        flex: 1;
    }

    .tl-deals-search-grid {
        grid-template-columns: 1fr;
        border-radius: 0 0 8px 8px;
    }

    .tl-deals-swap {
        display: none !important;
    }

    .tl-deals-search-field {
        border-right: 0 !important;
        border-bottom: 1px solid #e6eaf0 !important;
    }

    #dealTravelerButton,
    .tl-deals-search-submit {
        grid-column: auto;
        margin: 0 !important;
    }

    .tl-deals-nav {
        padding-top: 15px;
         display:none
    }

    .tl-deals-nav-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-deals-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tl-deals-filter {
        grid-template-columns: 1fr;
    }

    .tl-filter-head,
    .tl-filter-apply {
        grid-column: auto;
    }

    .tl-deals-cards {
        grid-template-columns: 1fr;
    }

    .tl-deal-result-image {
        height: 185px;
    }

    .tl-save-more-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-deals-subscribe form {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 430px) {

    .tl-deals-nav-grid {
        grid-template-columns: 1fr;
    }

    .tl-save-more-grid {
        grid-template-columns: 1fr;
    }

    .tl-deals-promo-card>div {
        max-width: 85%;
    }

    .tl-deals-subscribe>div {
        width: 100%;
    }

    .tl-subscribe-plane {
        opacity: .15;
    }

}