.aesl-ranking { border:1px solid #e5e7eb; border-radius:12px; padding:16px; }
.aesl-filters { display:grid; grid-template-columns: repeat(6,1fr); gap:8px; margin-bottom:12px; }
.aesl-filters input, .aesl-filters select { padding:8px; border:1px solid #d1d5db; border-radius:8px; }
.aesl-btn { grid-column: span 6; padding:10px 14px; border:0; border-radius:10px; background:#111; color:#fff; cursor:pointer; }
.aesl-table-wrap { overflow:auto; }
.aesl-table { width:100%; border-collapse: collapse; font-size:14px; }
.aesl-table th, .aesl-table td { border-bottom:1px solid #eee; padding:8px 10px; text-align:left; white-space:nowrap; }
.aesl-table thead th { position:sticky; top:0; background:#fafafa; }
@media (max-width: 900px){
  .aesl-filters { grid-template-columns: repeat(2,1fr); }
  .aesl-btn { grid-column: span 2; }
}
