.table-shell {
  max-height: min(70vh, 680px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.stats-table th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.stats-table th:first-child {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  left: 0;
  z-index: 4;
  box-shadow: 5px 0 10px rgba(6, 20, 45, 0.22);
}

.stats-table td:first-child {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  position: sticky;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 5px 0 10px rgba(20, 32, 51, 0.08);
}

.stats-table tr.player-row:hover td:first-child {
  background: #fff7f1;
}

.stats-table tbody tr:last-child td:first-child {
  background: #f2f5f9;
}
