.elementor-8718 .elementor-element.elementor-element-1d0845e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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 );}@media(min-width:768px){.elementor-8718 .elementor-element.elementor-element-1d0845e{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-8ca428f */.free-tip-section {
    padding: 48px 16px;
    background: linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%);
}

.free-tip-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.free-tip-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 24px;
}

.free-tip-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.12);
    color: #ff8a00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.free-tip-header h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    color: #1f2787;
}

.free-tip-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6275;
}

.free-tip-card {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(31, 39, 135, 0.08);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(19, 31, 72, 0.08);
    padding: 22px 18px;
    text-align: center;
    box-sizing: border-box;
}

.free-tip-top-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ff8a00;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.free-tip-league {
    font-size: 13px;
    line-height: 1.4;
    color: #5a6275;
    font-weight: 600;
    margin-bottom: 10px;
}

.free-tip-league::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #ff8a00;
    margin: 7px auto 0;
    border-radius: 999px;
}

.free-tip-match {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.free-tip-team {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.free-tip-team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 6px;
}

.free-tip-team span {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    color: #1f2787;
    text-align: center;
}

.free-tip-vs {
    font-size: 12px;
    font-weight: 800;
    color: #1f2787;
    letter-spacing: 0.5px;
    flex: 0 0 auto;
}

.free-tip-pick {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2787;
}

.free-tip-odds {
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    color: #ff8a00;
    margin-bottom: 8px;
}

.free-tip-date {
    font-size: 12px;
    line-height: 1.4;
    color: #5a6275;
}

@media (max-width: 1024px) {
    .free-tip-section {
        padding: 36px 12px;
    }

    .free-tip-wrap {
        max-width: 100%;
    }

    .free-tip-header h2 {
        font-size: 28px;
    }

    .free-tip-header p {
        font-size: 15px;
    }

    .free-tip-card {
        max-width: 340px;
        padding: 20px 16px;
    }

    .free-tip-team img {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 767px) {
    .free-tip-section {
        padding: 20px 10px;
    }

    .free-tip-wrap {
        max-width: 100%;
    }

    .free-tip-header {
        margin-bottom: 14px;
    }

    .free-tip-badge {
        margin-bottom: 8px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .free-tip-header h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .free-tip-header p {
        font-size: 14px;
        line-height: 1.5;
    }

    .free-tip-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 12px;
        border-radius: 14px;
    }

    .free-tip-top-badge {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: 10px;
    }

    .free-tip-league {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .free-tip-league::after {
        width: 30px;
        margin-top: 6px;
    }

    .free-tip-match {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 12px;
    }

    .free-tip-team {
        flex: 1;
        min-width: 0;
    }

    .free-tip-team img {
        width: 34px;
        height: 34px;
        margin-bottom: 4px;
    }

    .free-tip-team span {
        font-size: 12px;
    }

    .free-tip-vs {
        font-size: 11px;
        margin: 0 6px;
    }

    .free-tip-pick {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .free-tip-odds {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .free-tip-date {
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    .free-tip-section {
        padding: 18px 8px;
    }

    .free-tip-wrap {
        max-width: 100%;
    }

    .free-tip-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 10px;
    }

    .free-tip-match {
        gap: 6px;
    }

    .free-tip-team img {
        width: 30px;
        height: 30px;
    }

    .free-tip-pick {
        font-size: 18px;
    }

    .free-tip-odds {
        font-size: 24px;
    }
}/* End custom CSS */