
/* Base table */
.efl-league-table-section { margin-bottom:16px !important; } /* zbita przerwa pod tabelą */
.efl-league-table-section .sp-data-table { width:100%; border-collapse:separate; border-spacing:0; }
.efl-league-table-section .sp-data-table th,
.efl-league-table-section .sp-data-table td { padding:.55rem .8rem; }

/* Badge */
.efl-badge { margin-bottom:.5rem; font-weight:700; color:#fff; background:#e05a5a; display:inline-block; padding:.25rem .6rem; border-radius:8px; }
.efl-badge .efl-season { opacity:.9; }

/* Dark Red theme */
.efl-theme-darkred {
  background:#0f0f10;
  border:1px solid #1d1d1f;
  border-radius:12px;
  overflow:hidden;
}
.efl-theme-darkred thead th,
.efl-theme-darkred thead th * {
  background:#e05a5a;
  color:#fff !important;
  font-weight:700;
  border-bottom:1px solid #252527;
}
.efl-theme-darkred tbody tr:nth-child(odd) { background:#0f0f10; }
.efl-theme-darkred tbody tr:nth-child(even){ background:#141416; }
.efl-theme-darkred td, .efl-theme-darkred th { border-right:1px solid #1f1f21; }
.efl-theme-darkred td:last-child, .efl-theme-darkred th:last-child { border-right:0; }
.efl-theme-darkred tbody td { color:#e6e6e6; }
.efl-theme-darkred tbody td strong { color:#e05a5a; font-weight:800; }
.efl-theme-darkred td:first-child, .efl-theme-darkred th:first-child { text-align:center; width:56px; }
.efl-theme-darkred td.efl-col-logo { width:48px; text-align:center; }
.efl-theme-darkred .efl-team-logo { width:28px; height:28px; border-radius:6px; object-fit:contain; }

/* Always-on gradient for top 3 */
.efl-theme-darkred tbody tr:nth-child(1) { 
  background: linear-gradient(90deg, rgba(255,215,0,0.12), rgba(255,215,0,0.02));
}
.efl-theme-darkred tbody tr:nth-child(2) { 
  background: linear-gradient(90deg, rgba(192,192,192,0.12), rgba(192,192,192,0.02));
}
.efl-theme-darkred tbody tr:nth-child(3) { 
  background: linear-gradient(90deg, rgba(205,127,50,0.12), rgba(205,127,50,0.02));
}

/* Accessibility: header contrast */
.efl-league-table-section .sp-data-table thead th,
.efl-league-table-section .sp-data-table thead th * { color:#fff !important; }

/* ===== EFL Mobile Scrollable Table v1.3.7 ===== */
.efl-league-table-section .efl-table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.efl-league-table-section .sp-data-table{
  width:max-content;
  min-width:100%;
  border-collapse:separate;
}
@media (max-width:640px){
  .efl-league-table-section .sp-data-table th,
  .efl-league-table-section .sp-data-table td{
    white-space:nowrap;
  }
  .efl-league-table-section .efl-table-wrap::after{
    content:'← przewiń →';
    display:block;
    text-align:center;
    color:#888;
    font-size:.75rem;
    margin-top:.4rem;
  }
}
/* ===== /EFL Mobile Scrollable Table ===== */
