﻿/* Revizyon46 Süper Lig tablo görünümü */
.superlig-widget{padding:18px;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.08)}
.superlig-widget h3{margin:0 0 12px;font-size:22px;color:#0f172a;border-left:5px solid #dc2626;padding-left:10px}
.superlig-table{width:100%;border-collapse:collapse;font-size:14px}
.superlig-table th{background:#16a34a;color:#fff;padding:8px 6px;text-align:left}
.superlig-table th:first-child{border-radius:6px 0 0 0}
.superlig-table th:last-child{border-radius:0 6px 0 0;text-align:right}
.superlig-table td{padding:7px 6px;border-bottom:1px solid #edf2f7;vertical-align:top}
.superlig-table .rank{width:28px;font-weight:800;color:#111827;font-style:italic}
.superlig-table .team{font-weight:600;color:#111827;line-height:1.25}
.superlig-table .played{width:32px;text-align:center;color:#111827}
.superlig-table .points{width:36px;text-align:right;font-weight:900;color:#111827}
@media(max-width:768px){.superlig-table{font-size:13px}.superlig-widget h3{font-size:19px}}


/* V78.8 - Sezon öncesi takım listesi ve canlı puan geçişi */
.superlig-widget{
    padding:0!important;
    overflow:hidden;
    border-radius:14px!important;
    border:1px solid #e5e7eb;
}
.superlig-widget h3{
    margin:0!important;
    padding:16px 18px!important;
    border-left:0!important;
    background:#49b64f;
    color:#fff!important;
    font-size:17px!important;
    text-transform:uppercase;
    letter-spacing:.2px;
}
.superlig-table{font-size:13px!important}
.superlig-table th{
    background:#f8fafc!important;
    color:#111827!important;
    border-bottom:1px solid #e5e7eb;
    padding:10px 6px!important;
    font-weight:900;
}
.superlig-table th:nth-child(3),
.superlig-table th:nth-child(4),
.superlig-table th:nth-child(5){text-align:center}
.superlig-table td{padding:9px 6px!important}
.superlig-table tbody tr:nth-child(even){background:#fbfcfd}
.superlig-table tbody tr:hover{background:#f0fdf4}
.superlig-table .rank{
    width:26px!important;
    font-style:normal!important;
    font-weight:500!important;
    text-align:center;
}
.superlig-table .team{
    font-weight:750!important;
    line-height:1.25!important;
}
.superlig-table .played,
.superlig-table .average,
.superlig-table .points{
    width:34px;
    text-align:center!important;
    white-space:nowrap;
}
.superlig-table .points{font-weight:900!important}
.superlig-preseason-message{
    margin:0!important;
    padding:11px 13px!important;
    border-top:1px solid #e5e7eb;
    background:#f0fdf4;
    color:#166534;
    font-size:11px;
    line-height:1.45;
}
@media(max-width:768px){
    .superlig-table{font-size:12px!important}
    .superlig-table td{padding:8px 4px!important}
}
