.elementor-1232 .elementor-element.elementor-element-250ca7e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-250ca7e *//* =========================================================
   TODAY'S FOOTBALL PREDICTIONS
   Elementor / WordPress Responsive Template
========================================================= */

.tfp-wrap {
    --tfp-bg: #061725;
    --tfp-bg2: #081d2e;
    --tfp-panel: #0b2435;
    --tfp-panel2: #0e2d3d;
    --tfp-line: #1f4354;
    --tfp-text: #eef7fb;
    --tfp-muted: #9db5c2;
    --tfp-cyan: #2ed7c5;
    --tfp-green: #35e28a;
    --tfp-blue: #4eb5ff;
    --tfp-danger: #ff7676;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    color: var(--tfp-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    box-sizing: border-box;
}

.tfp-wrap *,
.tfp-wrap *::before,
.tfp-wrap *::after {
    box-sizing: border-box;
}

/* =========================================================
   GLOBAL
========================================================= */

.tfp-wrap a {
    color: var(--tfp-cyan);
    text-decoration: none;
}

.tfp-wrap a:hover {
    text-decoration: underline;
}

.tfp-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tfp-wrap p {
    margin: 0 0 17px;
    color: var(--tfp-muted);
}

.tfp-wrap h1,
.tfp-wrap h2,
.tfp-wrap h3,
.tfp-wrap h4 {
    color: var(--tfp-text);
}

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

.tfp-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(46,215,197,.13),
            rgba(78,181,255,.06)
        ),
        var(--tfp-bg2);

    border: 1px solid var(--tfp-line);
    border-radius: 24px;
    padding: 48px;
    margin-bottom: 28px;
}

.tfp-hero::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(46,215,197,.06);
    right: -90px;
    top: -90px;
}

.tfp-hero-content {
    position: relative;
    z-index: 2;
}

.tfp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border-radius: 50px;
    background: rgba(46,215,197,.10);
    border: 1px solid rgba(46,215,197,.20);
    color: var(--tfp-cyan);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.tfp-hero h1 {
    max-width: 950px;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.08;
    margin: 18px 0;
    font-weight: 800;
    letter-spacing: -.8px;
}

.tfp-hero-description {
    max-width: 900px;
    color: var(--tfp-muted);
    font-size: 18px;
    line-height: 1.75;
}

.tfp-date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tfp-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--tfp-line);
    border-radius: 9px;
    color: var(--tfp-text);
    font-size: 13px;
    font-weight: 700;
}

/* =========================================================
   GRID
========================================================= */

.tfp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.tfp-main,
.tfp-sidebar {
    min-width: 0;
}

/* =========================================================
   CARDS
========================================================= */

.tfp-card {
    background: var(--tfp-panel);
    border: 1px solid var(--tfp-line);
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 25px;
}

.tfp-card:last-child {
    margin-bottom: 0;
}

.tfp-card h2 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 800;
}

.tfp-card h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 28px 0 12px;
    font-weight: 750;
}

.tfp-card h4 {
    font-size: 17px;
    margin: 22px 0 9px;
}

/* =========================================================
   INTRO
========================================================= */

.tfp-intro {
    border-top: 3px solid var(--tfp-cyan);
}

/* =========================================================
   FEATURED MATCH
========================================================= */

.tfp-featured {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(46,215,197,.32);

    background:
        linear-gradient(
            135deg,
            rgba(46,215,197,.08),
            rgba(78,181,255,.035)
        ),
        var(--tfp-panel);
}

.tfp-featured-label {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 7px;
    background: rgba(53,226,138,.10);
    border: 1px solid rgba(53,226,138,.20);
    color: var(--tfp-green);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tfp-match {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    gap: 20px;
    padding: 32px 0;
}

.tfp-team {
    text-align: center;
    color: var(--tfp-text);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.tfp-team small {
    display: block;
    margin-top: 7px;
    color: var(--tfp-muted);
    font-size: 12px;
    font-weight: 500;
}

.tfp-vs {
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tfp-bg2);
    border: 1px solid var(--tfp-line);
    color: var(--tfp-cyan);
    font-size: 14px;
    font-weight: 900;
}

.tfp-match-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 24px;
}

.tfp-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    background: var(--tfp-bg2);
    border: 1px solid var(--tfp-line);
    border-radius: 8px;
    color: var(--tfp-muted);
    font-size: 12px;
}

.tfp-prediction-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 22px;
    padding: 17px;
    background: rgba(53,226,138,.06);
    border: 1px solid rgba(53,226,138,.20);
    border-radius: 12px;
}

.tfp-prediction-label {
    color: var(--tfp-muted);
    font-size: 13px;
}

.tfp-prediction-value {
    color: var(--tfp-green);
    font-weight: 900;
    font-size: 16px;
}

/* =========================================================
   QUICK PICKS
========================================================= */

.tfp-picks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 20px;
}

.tfp-pick {
    background: var(--tfp-bg2);
    border: 1px solid var(--tfp-line);
    border-radius: 12px;
    padding: 16px;
}

.tfp-pick span {
    display: block;
    color: var(--tfp-muted);
    font-size: 12px;
    margin-bottom: 5px;
}

.tfp-pick strong {
    display: block;
    color: var(--tfp-text);
    font-size: 14px;
    line-height: 1.4;
}

.tfp-pick em {
    display: block;
    margin-top: 8px;
    color: var(--tfp-green);
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

/* =========================================================
   TABLE
========================================================= */

.tfp-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    border: 1px solid var(--tfp-line);
    border-radius: 13px;
}

.tfp-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-spacing: 0;
}

.tfp-table th {
    background: var(--tfp-bg2);
    color: var(--tfp-cyan);
    text-align: left;
    padding: 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
    border-bottom: 1px solid var(--tfp-line);
    white-space: nowrap;
}

.tfp-table td {
    padding: 14px 15px;
    color: var(--tfp-muted);
    font-size: 13px;
    border-bottom: 1px solid rgba(31,67,84,.65);
}

.tfp-table tbody tr:last-child td {
    border-bottom: 0;
}

.tfp-table tbody tr:hover td {
    background: rgba(255,255,255,.025);
}

.tfp-time {
    color: var(--tfp-text) !important;
    font-weight: 700;
    white-space: nowrap;
}

.tfp-match-name {
    color: var(--tfp-text) !important;
    font-weight: 700;
}

.tfp-tip {
    color: var(--tfp-green) !important;
    font-weight: 900;
    white-space: nowrap;
}

/* =========================================================
   INFO BOX
========================================================= */

.tfp-info-box {
    margin-top: 20px;
    padding: 17px 19px;
    border-radius: 11px;
    background: rgba(78,181,255,.06);
    border: 1px solid rgba(78,181,255,.18);
}

.tfp-info-box strong {
    color: var(--tfp-text);
}

.tfp-info-box p {
    margin: 5px 0 0;
}

/* =========================================================
   LIST
========================================================= */

.tfp-list {
    margin: 15px 0;
    padding-left: 21px;
}

.tfp-list li {
    color: var(--tfp-muted);
    margin-bottom: 10px;
}

/* =========================================================
   TWO COLUMN CONTENT
========================================================= */

.tfp-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.tfp-mini-card {
    background: var(--tfp-bg2);
    border: 1px solid var(--tfp-line);
    border-radius: 13px;
    padding: 20px;
}

.tfp-mini-card h3 {
    margin-top: 0;
}

/* =========================================================
   RESPONSIBLE BETTING
========================================================= */

.tfp-responsible {
    border-left: 4px solid var(--tfp-green);
}

.tfp-responsible h2 {
    color: var(--tfp-green);
}

/* =========================================================
   CTA
========================================================= */

.tfp-cta {
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(46,215,197,.09),
            rgba(53,226,138,.05)
        ),
        var(--tfp-panel);
}

.tfp-cta h2 {
    margin-bottom: 12px;
}

.tfp-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 12px 20px;
    border-radius: 9px;
    background: var(--tfp-cyan);
    color: #061725 !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

/* =========================================================
   SIDEBAR
========================================================= */

.tfp-sidebar-card {
    position: sticky;
    top: 20px;
}

.tfp-sidebar-title {
    font-size: 20px !important;
    margin-bottom: 17px !important;
}

.tfp-side-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--tfp-line);
}

.tfp-side-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tfp-side-item strong {
    display: block;
    color: var(--tfp-text);
    font-size: 14px;
    line-height: 1.4;
}

.tfp-side-item span {
    display: block;
    margin-top: 5px;
    color: var(--tfp-green);
    font-size: 12px;
    font-weight: 700;
}

.tfp-sidebar-note {
    color: var(--tfp-muted);
    font-size: 13px;
}

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

.tfp-faq {
    border-top: 1px solid var(--tfp-line);
    padding-top: 18px;
    margin-top: 18px;
}

.tfp-faq:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.tfp-faq h3 {
    margin-top: 0;
    font-size: 18px;
}

/* =========================================================
   BACK TO TOP
========================================================= */

.tfp-back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--tfp-cyan);
    color: #061725;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 9999;
}

.tfp-back-top.tfp-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

@media (max-width: 980px) {

    .tfp-grid {
        grid-template-columns: 1fr;
    }

    .tfp-sidebar-card {
        position: static;
    }

    .tfp-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .tfp-sidebar-card {
        margin-bottom: 0;
    }
}

@media (max-width: 720px) {

    .tfp-wrap {
        padding: 12px;
    }

    .tfp-hero {
        padding: 28px 22px;
        border-radius: 17px;
    }

    .tfp-hero h1 {
        font-size: 32px;
    }

    .tfp-hero-description {
        font-size: 16px;
    }

    .tfp-card {
        padding: 21px;
        border-radius: 14px;
    }

    .tfp-card h2 {
        font-size: 24px;
    }

    .tfp-match {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 25px 0;
    }

    .tfp-vs {
        width: 48px;
        height: 48px;
    }

    .tfp-team {
        font-size: 19px;
    }

    .tfp-picks,
    .tfp-two-col,
    .tfp-sidebar {
        grid-template-columns: 1fr;
    }

    .tfp-prediction-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {

    .tfp-hero h1 {
        font-size: 28px;
    }

    .tfp-card {
        padding: 18px;
    }

    .tfp-date-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tfp-table {
        min-width: 700px;
    }

    .tfp-back-top {
        right: 14px;
        bottom: 14px;
    }
}/* End custom CSS */