.team-season-stats .team-detail-summary small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

.team-season-stats .team-detail-summary strong {
  font-variant-numeric: tabular-nums;
  font-size: 22px;
}

.team-season-stats .team-detail-summary > div:first-child strong {
  color: var(--gold);
}

.team-scotch-summary {
  margin-top: 12px;
  padding: 14px 12px;
}

.team-scotch-summary header {
  margin-bottom: 12px;
}

.team-scotch-summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.team-scotch-summary dl > div {
  padding: 8px 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
}

.team-scotch-summary dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.team-scotch-summary dd {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.team-scotch-summary dl > div:first-child dd {
  color: var(--green);
}
