/* /can-secret-santa-work-with-odd-numbers only: the group-size table and the
   note on how it was counted. Colours from site.css tokens. */

.odd-table th[scope="row"] { width: 3.5rem; font-variant-numeric: lining-nums tabular-nums; }
.odd-table td:nth-child(3) { white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
@media (max-width: 480px) {
  .odd-table th, .odd-table td { padding: 8px 6px; font-size: 0.92rem; }
  .odd-table thead th { font-size: 0.82rem; letter-spacing: 0.03em; }
  .odd-table th[scope="row"] { width: auto; text-align: center; }
}

.odd-method { color: var(--ground-muted); font-size: 0.95rem; }
.odd-table thead th:first-child { white-space: nowrap; }
