/**
 * ==========================================================================
 * MultiPress Enterprise Football
 * UEFA • Premier League • Sky Sports Inspired
 * ==========================================================================
 */

.mp-football{
    margin:80px 0;
    background:#081c15;
    color:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #1b4332;
    font-family:"Poppins",sans-serif;
}

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

.mp-football__header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 30px;
    background:linear-gradient(135deg,#046a38,#0f5132);
}

.mp-football__title{
    margin:0;
    font-size:2rem;
    font-weight:700;
    color:#fff;
}

.mp-football__more{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.mp-football__more:hover{
    color:#ffd60a;
}

/* ==========================================================================
   DASHBOARD
========================================================================== */

.mp-football-dashboard{
    display:grid;
    grid-template-columns:2fr 360px;
    gap:30px;
    padding:30px;
}

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

.mp-football-featured{
    background:#102a23;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #1b4332;
    transition:.35s;
}

.mp-football-featured:hover{
    transform:translateY(-6px);
}

.mp-football-featured__image{
    display:block;
    position:relative;
    overflow:hidden;
}

.mp-football-featured__image img{
    width:100%;
    height:480px;
    object-fit:cover;
    transition:.45s;
}

.mp-football-featured:hover img{
    transform:scale(1.08);
}

.mp-football-featured__badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#dc2626;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.08em;
}

.mp-football-featured__content{
    padding:28px;
}

.mp-football-featured h3{
    margin:0 0 18px;
    font-size:2rem;
    line-height:1.3;
}

.mp-football-featured h3 a{
    color:#fff;
    text-decoration:none;
}

.mp-football-featured h3 a:hover{
    color:#ffd60a;
}

.mp-football-featured p{
    color:#d1d5db;
    line-height:1.85;
}

.mp-football-featured__meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:22px;
    font-size:.85rem;
    color:#94a3b8;
}

/* ==========================================================================
   LEAGUE CENTRE
========================================================================== */

.mp-football-sidebar{
    background:#102a23;
    border-radius:16px;
    padding:22px;
    border:1px solid #1b4332;
}

.mp-football-sidebar h3{
    margin:0 0 20px;
    padding-bottom:12px;
    border-bottom:1px solid #31572c;
    font-size:1.2rem;
}

.mp-football-live{
    padding:15px 0;
    border-bottom:1px solid #1b4332;
}

.mp-football-live:last-child{
    border-bottom:none;
}

.mp-football-live__label{
    display:inline-block;
    padding:5px 12px;
    border-radius:20px;
    background:#ffd60a;
    color:#111827;
    font-size:.68rem;
    font-weight:700;
    margin-bottom:10px;
}

.mp-football-live h4{
    margin:0;
    font-size:1rem;
    line-height:1.45;
}

.mp-football-live h4 a{
    color:#fff;
    text-decoration:none;
}

.mp-football-live h4 a:hover{
    color:#ffd60a;
}

.mp-football-live__meta{
    margin-top:8px;
    color:#94a3b8;
    font-size:.8rem;
}

/* ==========================================================================
   SCOREBOARD
========================================================================== */

.mp-football-scoreboard{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    padding:0 30px 30px;
}

.mp-football-scoreboard__item{
    background:#102a23;
    border:1px solid #1b4332;
    border-radius:12px;
    text-align:center;
    padding:20px;
}

.mp-football-scoreboard__item strong{
    display:block;
    color:#ffd60a;
    margin-bottom:6px;
}

.mp-football-scoreboard__item span{
    color:#cbd5e1;
    font-size:.82rem;
}

/* ==========================================================================
   ADVERTISEMENT
========================================================================== */

.mp-football-ad{
    margin:0 30px 30px;
}

.mp-ad-placeholder{
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px dashed #31572c;
    background:#102a23;
    color:#cbd5e1;
}

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

.mp-football-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    padding:0 30px 35px;
}

.mp-football-card{
    background:#102a23;
    border-radius:14px;
    overflow:hidden;
    border:1px solid #1b4332;
    transition:.35s;
}

.mp-football-card:hover{
    transform:translateY(-6px);
}

.mp-football-card img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:.45s;
}

.mp-football-card:hover img{
    transform:scale(1.08);
}

.mp-football-card__content{
    padding:18px;
}

.mp-football-card__label{
    display:inline-block;
    background:#046a38;
    color:#fff;
    padding:5px 10px;
    border-radius:20px;
    font-size:.68rem;
    font-weight:700;
    margin-bottom:12px;
}

.mp-football-card h4{
    margin:0;
    font-size:1rem;
    line-height:1.5;
}

.mp-football-card h4 a{
    color:#fff;
    text-decoration:none;
}

.mp-football-card h4 a:hover{
    color:#ffd60a;
}

.mp-football-card__meta{
    display:flex;
    justify-content:space-between;
    margin-top:16px;
    color:#94a3b8;
    font-size:.82rem;
}

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

.mp-football-footer{
    text-align:center;
    padding:0 0 35px;
}

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

@media(max-width:1200px){

    .mp-football-dashboard{
        grid-template-columns:1fr;
    }

    .mp-football-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .mp-football{
        margin:50px 0;
    }

    .mp-football__header{
        padding:18px;
    }

    .mp-football__title{
        font-size:1.5rem;
    }

    .mp-football-dashboard{
        padding:20px;
    }

    .mp-football-featured__image img{
        height:300px;
    }

    .mp-football-featured h3{
        font-size:1.45rem;
    }

    .mp-football-scoreboard{
        grid-template-columns:repeat(2,1fr);
        padding:0 20px 25px;
    }

    .mp-football-grid{
        grid-template-columns:1fr;
        padding:0 20px 25px;
    }

    .mp-football-ad{
        margin:0 20px 25px;
    }

}
