.leaders-scroll {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.75rem;
  max-width: 100%;
}

.leaders-scroll-controls {
  background: #ffffff;
  display: flex;
  gap: 0.45rem;
  justify-content: flex-end;
  padding: 0.25rem 0;
  position: sticky;
  top: 4.75rem;
  z-index: 900;
}

.leaders-scroll-button {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #e5eefb);
  border: 1px solid #c4d1e5;
  border-radius: 6px;
  color: #12366f;
  cursor: pointer;
  display: flex;
  flex: 0 0 2.15rem;
  font: inherit;
  height: 2.15rem;
  justify-content: center;
  padding: 0;
  transition: background 140ms ease, color 140ms ease;
  width: 2.15rem;
}

.leaders-scroll-button[hidden] {
  display: none;
}

.leaders-scroll-button::before {
  border-left: 0.16rem solid currentColor;
  border-top: 0.16rem solid currentColor;
  content: "";
  height: 0.58rem;
  width: 0.58rem;
}

.leaders-scroll-button:hover {
  background: var(--tlfl-blue-dark);
  color: #ffffff;
}

.leaders-scroll-button:focus-visible {
  outline: 2px solid var(--tlfl-blue);
  outline-offset: 2px;
}

.leaders-scroll-left::before {
  transform: rotate(-45deg);
}

.leaders-scroll-right::before {
  transform: rotate(135deg);
}

.leaders-section {
  max-width: none;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
}

.leaders-section::-webkit-scrollbar {
  display: none;
}

.leaders-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, max-content);
}

.leaders-card {
  background: #ffffff;
  border: 1px solid rgb(31 85 171 / 0.18);
  border-top: 0.35rem solid var(--tlfl-blue);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgb(17 24 39 / 0.08);
  overflow: hidden;
}

.leaders-card h2 {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  color: var(--tlfl-blue);
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  padding: 0.7rem 0.8rem;
}

.leaders-table-wrap {
  overflow-x: auto;
}

.leaders-table {
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.92rem;
  width: 100%;
}

.leaders-table th,
.leaders-table td {
  border-bottom: 1px solid #edf0f3;
  padding: 0.58rem 0.7rem;
  text-align: left;
  vertical-align: middle;
}

.leaders-table th {
  background: #f8fafc;
  color: #374151;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.leaders-table tbody tr:nth-child(odd) {
  background: #fbfcfe;
}

.leaders-table tbody tr:last-child td {
  border-bottom: 0;
}

.leaders-table tbody tr:hover {
  background: rgb(31 85 171 / 0.06);
}

.leaders-table a {
  color: #111827;
  font-weight: 800;
}

.leaders-table td {
  color: #374151;
}

.leaders-table td:first-child {
  color: #111827;
  font-weight: 800;
}

.leaders-table .leaders-rank {
  box-sizing: border-box;
  color: #111827;
  font-weight: 900;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  white-space: nowrap;
  width: 2.5rem;
}

.leaders-table .leaders-number {
  color: #111827;
  font-weight: 900;
  text-align: center;
}

.leaders-player-name,
.leaders-player-name a {
  white-space: nowrap;
}

.leaders-team-name a {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  white-space: nowrap;
}
