/* ============================================================
   CDF Campeonatos — league.css
   Styles specific to simple-league shortcodes.
   Extends core.css. Only loaded for league-type shortcodes.
   ============================================================ */

/* ── Compact layout ────────────────────────────────────────── */
.cdf--compact .cdf-table .cdf-th--form,
.cdf--compact .cdf-table .cdf-td--form,
.cdf--compact .cdf-table .cdf-th--num:nth-child(n+5),
.cdf--compact .cdf-table .cdf-td:nth-child(n+5) {
    display: none;
}

/* ── Full layout desktop 2-column feel ─────────────────────── */
@media (min-width: 860px) {
    .cdf-league .cdf-club__name { max-width: 200px; }
    .cdf-league .cdf-pts { font-size: 20px; }
}
