/* Season standings — layout aligned with schedule page */
main.standings-page {
  padding: 100px 0 120px;
  max-width: 860px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.standings-note {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(242, 232, 208, 0.58);
  margin-bottom: 2rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid rgba(198, 146, 42, 0.45);
  background: rgba(12, 10, 6, 0.35);
}

.standings-block {
  margin-bottom: 2.75rem;
}
.standings-block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(198, 146, 42, 0.2);
}

.standings-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(198, 146, 42, 0.15);
  border-radius: 3px;
  background: var(--bark);
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}
.standings-table thead th {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 232, 208, 0.45);
  text-align: left;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(198, 146, 42, 0.15);
  background: rgba(12, 10, 6, 0.5);
  white-space: nowrap;
}
.standings-table tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(198, 146, 42, 0.08);
  color: rgba(242, 232, 208, 0.85);
}
.standings-table tbody tr:last-child td {
  border-bottom: none;
}
.standings-table .col-num {
  width: 2rem;
  color: rgba(242, 232, 208, 0.35);
  font-variant-numeric: tabular-nums;
}
.standings-table .col-team {
  font-weight: 500;
  min-width: 10rem;
}
.standings-table .col-stat {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: rgba(242, 232, 208, 0.7);
}

@media (max-width: 640px) {
  main.standings-page {
    padding-top: 88px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
