
.section-header--stacked {
  align-items: center;
}

.table-card {
  margin-top: 18px;
}

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

.players-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.players-table th,
.players-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(182, 89, 255, 0.15);
  white-space: nowrap;
}

.players-table thead th {
  color: var(--text);
  font-weight: 700;
}

.players-table tbody tr:hover {
  background: rgba(182, 89, 255, 0.06);
}

.sort-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

.sort-button span {
  display: inline-flex;
  width: 1ch;
  justify-content: center;
  color: var(--alternative);
}

.sort-button.is-active span {
  color: var(--text);
}

.filter-bar {
    margin-top: 18px;
}

.filter-field {
  display: grid;
  gap: 8px;
  max-width: 360px;
}

.filter-field--game {
  min-width: 240px;
}

.filter-row th {
  padding-top: 0;
  padding-bottom: 16px;
}

.filter-row input {
  min-height: 42px;
  border-radius: 12px;
  font-size: 0.92rem;
}
