.xfp-root *,
.xfp-root *::before,
.xfp-root *::after{
    box-sizing:border-box;
}

.xfp-root .xfp-news-wrap{
    max-width:1180px !important;
    margin:0 auto !important;
    padding:14px 10px 40px !important;
}

.xfp-root .xfp-news-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    width:100% !important;
}

.xfp-root .xfp-news-card{
    display:block !important;
    position:relative !important;
    height:310px !important;
    overflow:hidden !important;
    background:#050505 !important;
    color:#fff !important;
    text-decoration:none !important;
    width:100% !important;
}

.xfp-root .xfp-news-img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    margin:0 !important;
}

.xfp-root .xfp-news-img img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    opacity:.72 !important;
}

.xfp-root .xfp-news-card::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.28) 45%,rgba(0,0,0,.9)) !important;
    z-index:1 !important;
}

.xfp-root .xfp-news-league{
    position:absolute !important;
    top:12px !important;
    right:12px !important;
    z-index:2 !important;
    max-width:80% !important;
    padding:4px 8px !important;
    background:rgba(0,0,0,.45) !important;
    color:#ffe600 !important;
    font-size:11px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
}

.xfp-root .xfp-news-content{
    position:absolute !important;
    left:12px !important;
    right:12px !important;
    bottom:22px !important;
    z-index:2 !important;
    padding:0 !important;
    background:none !important;
}

.xfp-root .xfp-news-content h2{
    margin:0 0 8px !important;
    padding:0 !important;
    color:#fff !important;
    font-size:15px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
    text-shadow:0 2px 4px rgba(0,0,0,.55) !important;
}

.xfp-root .xfp-news-meta{
    color:#d1d5db !important;
    font-size:12px !important;
    line-height:1.3 !important;
}

@media(max-width:900px){
    .xfp-root .xfp-news-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:560px){
    .xfp-root .xfp-news-grid{
        grid-template-columns:1fr !important;
    }

    .xfp-root .xfp-news-card{
        height:245px !important;
    }
}

.xfp-single-root{
    max-width:1180px;
    margin:0 auto;
    padding:18px 10px 48px;
    color:#fff;
}

.xfp-single-article{
    width:100%;
}

.xfp-single-hero{
    position:relative;
    height:430px;
    overflow:hidden;
    background:#050505;
    margin-bottom:18px;
}

.xfp-single-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    opacity:.78;
}

.xfp-single-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(0,0,0,.18) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.92) 100%
    );
}

.xfp-single-hero-overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:2;
}

.xfp-single-category{
    display:inline-block;
    margin-bottom:10px;
    padding:5px 10px;
    background:rgba(0,0,0,.55);
    color:#ffe600;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.xfp-single-hero h1{
    max-width:880px;
    margin:0 0 10px;
    color:#fff !important;
    font-size:34px;
    line-height:1.22;
    font-weight:900;
    text-shadow:0 3px 8px rgba(0,0,0,.6);
}

.xfp-single-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    color:#d1d5db;
    font-size:14px;
}

.xfp-single-meta span{
    padding:4px 9px;
    background:rgba(255,255,255,.08);
}

.xfp-single-section{
    margin-bottom:16px;
    padding:20px;
    background:#15191f;
    border:1px solid rgba(255,255,255,.08);
}

.xfp-single-section h2{
    margin:0 0 16px;
    color:#2fb925 !important;
    font-size:24px;
    line-height:1.3;
    font-weight:900;
}

.xfp-single-content p{
    margin:0 0 16px;
    color:#e5e7eb;
    font-size:16px;
    line-height:1.85;
}

.xfp-lineup-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.xfp-lineup-box{
    padding:16px;
    background:#0f1216;
    border:1px solid rgba(255,255,255,.08);
}

.xfp-lineup-box h3{
    margin:0 0 10px;
    color:#ffe600 !important;
    font-size:16px;
    font-weight:900;
}

.xfp-lineup-box p{
    margin:0;
    color:#e5e7eb;
    font-size:15px;
    line-height:1.7;
}

.xfp-score-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
}

.xfp-score-card{
    padding:12px 8px;
    background:#0f1216;
    border:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.xfp-score-card strong{
    display:block;
    margin-bottom:5px;
    color:#fff;
    font-size:18px;
    font-weight:900;
}

.xfp-score-card span{
    color:#2fb925;
    font-size:13px;
    font-weight:800;
}

.xfp-match-table{
    display:grid;
    gap:8px;
}

.xfp-match-row{
    display:grid;
    grid-template-columns:220px 1fr 120px;
    gap:12px;
    align-items:center;
    padding:12px;
    background:#0f1216;
    border:1px solid rgba(255,255,255,.07);
}

.xfp-match-league{
    color:#ffe600;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.xfp-match-main{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:10px;
    align-items:center;
    color:#fff;
    font-size:14px;
}

.xfp-match-main strong{
    min-width:58px;
    padding:4px 8px;
    background:#2fb925;
    color:#fff;
    text-align:center;
    font-size:13px;
}

.xfp-match-time{
    color:#9ca3af;
    font-size:12px;
    text-align:right;
}

@media(max-width:900px){
    .xfp-single-hero{
        height:340px;
    }

    .xfp-single-hero h1{
        font-size:26px;
    }

    .xfp-score-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }

    .xfp-match-row{
        grid-template-columns:1fr;
    }

    .xfp-match-time{
        text-align:left;
    }
}

@media(max-width:560px){
    .xfp-single-root{
        padding:12px 10px 36px;
    }

    .xfp-single-hero{
        height:270px;
    }

    .xfp-single-hero-overlay{
        left:14px;
        right:14px;
        bottom:16px;
    }

    .xfp-single-hero h1{
        font-size:21px;
    }

    .xfp-single-section{
        padding:16px;
    }

    .xfp-lineup-grid{
        grid-template-columns:1fr;
    }

    .xfp-score-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .xfp-match-main{
        grid-template-columns:1fr;
        gap:6px;
    }

    .xfp-match-main strong{
        width:max-content;
    }
}