.elementor-7805 .elementor-element.elementor-element-58bece34{--display:flex;}.elementor-7805 .elementor-element.elementor-element-58bece34.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f5bc6b8 *//* =========================================================
   HT-FT MODERN OFFER
   ========================================================= */

.htft-modern-offer {
    width: 100%;
    max-width: 1100px;
    margin: 25px auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    color: #172333;
}


/* =========================================================
   HEADER
   ========================================================= */

.htft-offer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.htft-football-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b3158;
    border-radius: 50%;
    font-size: 23px;
}

.htft-small-title {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1767a3;
}

.htft-offer-header h2 {
    margin: 0;
    color: #0b3158;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.htft-offer-header p {
    margin: 6px 0 0;
    color: #6b7785;
    font-size: 14px;
}


/* =========================================================
   DESKTOP OFFER GRID
   SINGLE = LEFT
   DOUBLE = RIGHT
   ========================================================= */

.htft-offer-grid {
    width: 100%;
    display: grid;

    /* TWO EQUAL COLUMNS */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 22px;

    align-items: stretch;
}


/* =========================================================
   OFFER CARD
   ========================================================= */

.htft-card {
    position: relative;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #d9e1e9;
    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(11, 49, 88, 0.12);

    transition: transform 0.25s ease,
                box-shadow 0.25s ease;
}

.htft-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 14px 35px rgba(11, 49, 88, 0.18);
}


/* =========================================================
   SINGLE OFFER = LEFT CARD
   ========================================================= */

.htft-offer-grid .htft-card:first-child {
    grid-column: 1;
    grid-row: 1;
}


/* =========================================================
   DOUBLE OFFER = RIGHT CARD
   ========================================================= */

.htft-offer-grid .htft-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}


/* =========================================================
   CARD HEADER
   ========================================================= */

.htft-card-top {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 20px;

    color: #ffffff;
}

.single-top {
    background: linear-gradient(
        135deg,
        #0b3158,
        #17649a
    );
}

.double-top {
    background: linear-gradient(
        135deg,
        #3f2375,
        #7045b6
    );
}

.htft-card-icon {
    min-width: 48px;
    width: 48px;
    height: 48px;

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

    background: rgba(255,255,255,0.15);

    border: 1px solid rgba(255,255,255,0.25);

    border-radius: 10px;

    font-size: 20px;
}

.htft-card-label {
    display: block;

    margin-bottom: 4px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;

    opacity: 0.8;
}

.htft-card-top h3 {
    margin: 0;

    font-size: 21px;
    line-height: 1.2;

    font-weight: 900;
}


/* =========================================================
   POPULAR
   ========================================================= */

.htft-popular {
    border: 2px solid #f5c542;
}

.htft-popular-badge {
    position: absolute;

    top: 0;
    right: 0;

    padding: 7px 13px;

    background: #f5c542;
    color: #111111;

    border-radius: 0 12px 0 10px;

    font-size: 10px;
    font-weight: 900;
}


/* =========================================================
   CONTENT
   ========================================================= */

.htft-card-content {
    padding: 18px;
}


/* =========================================================
   ODDS BOX
   ========================================================= */

.htft-main-odds {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 13px 15px;

    margin-bottom: 15px;

    background: #fff8dc;

    border: 1px solid #efd477;

    border-radius: 9px;
}

.htft-main-odds span {
    color: #705800;

    font-size: 12px;
    font-weight: 900;
}

.htft-main-odds strong {
    color: #ad7900;

    font-size: 21px;
    font-weight: 900;
}


/* DOUBLE ODDS */

.double-odds {
    background: #f4edff;
    border-color: #d5bdf3;
}

.double-odds span,
.double-odds strong {
    color: #6336a8;
}


/* =========================================================
   FEATURES
   ========================================================= */

.htft-feature {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 12px 2px;

    border-bottom: 1px solid #edf0f4;
}

.htft-check {
    flex: 0 0 27px;

    width: 27px;
    height: 27px;

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

    background: #e5f8ef;

    color: #15995b;

    border-radius: 50%;

    font-size: 15px;
    font-weight: 900;
}

.htft-feature strong {
    display: block;

    color: #172333;

    font-size: 14px;
    font-weight: 800;
}

.htft-feature small {
    display: block;

    margin-top: 3px;

    color: #718090;

    font-size: 12px;
}


/* =========================================================
   CARD FOOTER
   ========================================================= */

.htft-card-footer {
    display: flex;
    gap: 7px;

    margin-top: 16px;
}

.htft-card-footer span {
    flex: 1;

    padding: 8px 5px;

    background: #0b3158;
    color: #ffffff;

    border-radius: 6px;

    text-align: center;

    font-size: 11px;
    font-weight: 900;
}

.htft-card-footer span:nth-child(2),
.htft-card-footer span:nth-child(3) {
    background: #e9f2fa;
    color: #0b3158;
}


/* =========================================================
   CONTACT BAR
   ========================================================= */

.htft-contact {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-top: 24px;
    padding: 15px 18px;

    background: #0b3158;

    border-radius: 11px;

    color: #ffffff;
}

.htft-contact-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

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

    background: rgba(255,255,255,0.12);

    border-radius: 8px;

    font-size: 19px;
}

.htft-contact-text {
    flex: 1;
}

.htft-contact-text span {
    display: block;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1px;

    opacity: 0.7;
}

.htft-contact-text a {
    display: block;

    margin-top: 3px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 800;

    text-decoration: none;
}

.htft-contact-button {
    padding: 10px 17px;

    background: #f5c542;
    color: #111111;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 900;

    text-decoration: none;

    white-space: nowrap;
}


/* =========================================================
   NEXT MATCHES
   ========================================================= */

.htft-next {
    margin-top: 35px;
}

.htft-next-title {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 15px;

    color: #0b3158;

    font-size: 21px;
    font-weight: 900;
}

.htft-next-title span {
    color: #e1ae00;
}

.htft-date {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 18px;
}

.htft-date strong {
    padding: 6px 10px;

    background: #e9f9d9;

    border-radius: 5px;

    font-size: 16px;
}

.htft-date span {
    padding: 6px 10px;

    background: #0b3158;
    color: #ffffff;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 800;
}

.htft-next-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;
}

.htft-next-item {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 14px;

    background: #ffffff;

    border: 1px solid #dce4ec;

    border-radius: 9px;

    box-shadow: 0 4px 15px rgba(11,49,88,0.06);
}

.next-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    background: #edf4fa;

    border-radius: 8px;
}

.htft-next-item div {
    flex: 1;
}

.htft-next-item strong {
    display: block;

    color: #0b3158;

    font-size: 13px;
    font-weight: 900;
}

.htft-next-item small {
    display: block;

    margin-top: 3px;

    color: #718090;

    font-size: 11px;
}

.htft-next-item b {
    padding: 6px 8px;

    background: #0b3158;
    color: #ffffff;

    border-radius: 5px;

    font-size: 10px;
}


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

@media screen and (max-width: 768px) {

    .htft-modern-offer {
        padding: 15px 10px;
    }

    .htft-offer-header h2 {
        font-size: 22px;
    }

    .htft-offer-grid {
        gap: 14px;
    }

    .htft-card-top {
        padding: 17px 14px;
    }

    .htft-card-top h3 {
        font-size: 18px;
    }

    .htft-main-odds strong {
        font-size: 18px;
    }

    .htft-next-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBILE
   SINGLE ABOVE DOUBLE
   ========================================================= */

@media screen and (max-width: 600px) {

    .htft-modern-offer {
        width: 100%;
        max-width: 100%;

        margin: 15px auto;

        padding: 10px 7px 25px;
    }


    /* HEADER */

    .htft-offer-header {
        margin-bottom: 18px;
    }

    .htft-football-icon {
        display: none;
    }

    .htft-small-title {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .htft-offer-header h2 {
        font-size: 19px;
    }

    .htft-offer-header p {
        font-size: 11px;
    }


    /* =====================================================
       IMPORTANT:
       SINGLE FIRST
       DOUBLE SECOND
       ===================================================== */

    .htft-offer-grid {
        display: flex;
        flex-direction: column;

        width: 100%;
        gap: 16px;
    }

    .htft-offer-grid .htft-card:first-child,
    .htft-offer-grid .htft-card:nth-child(2) {
        width: 100%;

        grid-column: auto;
        grid-row: auto;
    }


    /* SINGLE CARD */

    .htft-card-top {
        padding: 16px;
    }

    .htft-card-top h3 {
        font-size: 19px;
    }

    .htft-card-content {
        padding: 14px;
    }


    /* ODDS */

    .htft-main-odds {
        padding: 11px 12px;
    }

    .htft-main-odds strong {
        font-size: 18px;
    }


    /* CONTACT */

    .htft-contact {
        flex-wrap: wrap;

        padding: 14px;
    }

    .htft-contact-text {
        min-width: 0;
    }

    .htft-contact-text a {
        font-size: 14px;
        overflow-wrap: anywhere;
    }

    .htft-contact-button {
        width: 100%;

        text-align: center;
    }


    /* NEXT MATCHES */

    .htft-next {
        margin-top: 25px;
    }

    .htft-next-title {
        font-size: 18px;
    }

    .htft-date {
        flex-wrap: wrap;
        gap: 6px;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media screen and (max-width: 380px) {

    .htft-offer-header h2 {
        font-size: 17px;
    }

    .htft-card-top h3 {
        font-size: 17px;
    }

    .htft-main-odds strong {
        font-size: 16px;
    }

    .htft-feature strong {
        font-size: 13px;
    }
}

/* DESKTOP */
.htft-offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* MOBILE */
@media screen and (max-width: 600px) {
    .htft-offer-grid {
        display: flex;
        flex-direction: column;
    }
}/* End custom CSS */