.epl-table-wrap{
    overflow-x:auto;
    font-family: Arial, sans-serif;
}
.epl-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}
.epl-table th, .epl-table td{
    padding:8px;
    border-bottom:1px solid #ddd;
    text-align:center;
    font-size:14px;
}
.epl-table th{
    background:#f3f4f6;
    font-weight:700;
}
.club{
    text-align:left;
    display:flex;
    align-items:center;
    gap:8px;
}
.club img{
    width:22px;
    height:22px;
}
.pts{
    font-weight:bold;
}

/* Zona */
.ucl{ border-left:4px solid #2563eb; }
.uel{ border-left:4px solid #f59e0b; }
.deg{ border-left:4px solid #dc2626; }

/* Form */
.form span{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius:50%;
    font-size:12px;
    color:#fff;
    margin:1px;
}
.win{ background:#16a34a; }
.draw{ background:#9ca3af; }
.lose{ background:#dc2626; }

.epl-legend{
    margin-top:10px;
    font-size:13px;
}
.epl-legend span{
    padding:2px 6px;
    color:#fff;
    margin-right:6px;
    border-radius:4px;
}
/* ===== INFO / LEGEND ===== */
.epl-info-box{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:16px;
    padding:12px;
    border:1px solid #e5e7eb;
    border-radius:6px;
    background:#fafafa;
    font-size:13px;
}

.epl-info-box ul{
    margin:6px 0 0;
    padding-left:0;
    list-style:none;
}

.epl-info-box li{
    margin-bottom:6px;
    display:flex;
    align-items:center;
    gap:8px;
}

/* Zona */
.box{
    width:12px;
    height:12px;
    display:inline-block;
    border-radius:2px;
}
.box.ucl{ background:#2563eb; }
.box.uel{ background:#f59e0b; }
.box.deg{ background:#dc2626; }

/* Form legend */
.form-legend span{
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    font-size:11px;
    display:inline-block;
}
.form-legend .win{ background:#16a34a; }
.form-legend .draw{ background:#9ca3af; }
.form-legend .lose{ background:#dc2626; }

/* Mobile */
@media(max-width:768px){
    .epl-info-box{
        flex-direction:column;
    }
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

    .epl-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .epl-table {
        min-width: 720px; /* agar scroll horizontal */
        font-size: 12px;
    }

    .epl-table th,
    .epl-table td {
        padding: 6px 6px;
        white-space: nowrap;
        text-align: center;
    }

    .epl-table td.club {
        text-align: left;
        min-width: 160px;
    }

    .epl-table td.club img {
        width: 18px;
        height: auto;
        margin-right: 6px;
        vertical-align: middle;
    }

    .epl-table .pts {
        font-weight: bold;
    }

    /* FORM ICON DIPERKECIL */
    .epl-table .form span {
        font-size: 10px;
        padding: 2px 4px;
        margin: 0 1px;
        border-radius: 3px;
    }

    /* INFO BOX DIRINGKAS */
    .epl-info-box {
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
    }
}
