.stats-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: -8px;
  padding: 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: inherit;
  font: 800 inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.stats-sort:hover,
.stats-sort:focus-visible { background: #edf3e4; color: #527d00; outline: 0; }
.stats-sort.active { background: #eaf7d5; color: #466c00; }
.stats-sort i { display: inline-block; min-width: 10px; color: #6e9a19; font-size: .9rem; font-style: normal; }
.stats-table-wrap tbody tr { transition: background .15s; }
.stats-table-wrap tbody tr:hover { background: #f8fafc; }
