.player-table-head,
.player-athlete-row {
  min-width: 1090px;
  grid-template-columns: 30px minmax(155px, 1.25fr) 82px 66px 68px 78px repeat(4, 50px) 70px 78px;
  gap: 6px;
}

.player-points,
.player-price {
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.player-price {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.player-popularity,
.player-popularity-heading {
  display: grid;
  place-items: center;
  min-height: 24px;
}

.player-popularity { font-size: 17px; }
.player-popularity-heading { color: var(--muted); font-size: 13px; }
.player-popularity.gold { color: #ffd166; text-shadow: 0 0 10px rgba(255, 209, 102, .35); }
.player-popularity.silver { color: #d7e1e8; }
.player-popularity.bronze { color: #d69a67; }
