.league-table-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.league-table-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;padding:22px;border-bottom:1px solid var(--line)}.league-table-head h3{margin:0}.league-table-head p{margin:6px 0 0;color:var(--muted)}.league-table-wrap{overflow-x:auto}.league-table{width:100%;border-collapse:collapse;min-width:680px}.league-table th,.league-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap}.league-table th{background:#f3f6f3;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.league-table th:nth-child(2),.league-table td:nth-child(2){text-align:left}.league-table tr.sutton-row{background:#fff8cf;font-weight:800}.league-table tr.sutton-row td:first-child{color:var(--green)}.league-table-note{padding:16px 22px;color:var(--muted);font-size:.9rem}.league-table-loading{padding:28px}.league-position-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border-radius:999px;background:var(--green);color:#fff;font-weight:800}@media(max-width:700px){.league-table-head{align-items:flex-start;flex-direction:column}.league-table th,.league-table td{padding:9px 10px;font-size:.88rem}}