.mvp-player-row.mvp-detailed-row {
  grid-template-columns: 28px 36px minmax(0, 1fr);
  gap: 3px 8px;
  padding: 4px 0;
}

.mvp-detailed-row .mvp-player-info strong {
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.mvp-detailed-row .player-name-link {
  white-space: normal;
  text-align: left;
}

.mvp-player-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.mvp-player-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 34px;
  padding: 2px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}

.mvp-player-stats dt {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.mvp-player-stats dd {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.mvp-stat-percentage dd {
  color: var(--gold);
}

.mvp-level-b .mvp-stat-percentage dd {
  color: var(--cyan);
}

.mvp-level-c .mvp-stat-percentage dd {
  color: var(--green);
}

.mvp-header-trophy {
  width: 26px;
  height: 26px;
  margin-left: auto;
  flex-shrink: 0;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mvp-level-b .mvp-header-trophy {
  stroke: var(--cyan);
}

.mvp-level-c .mvp-header-trophy {
  stroke: var(--green);
}

.mvp-level .mvp-player-avatar {
  width: 36px;
  height: 36px;
}

.mvp-detailed-row .mvp-place {
  width: 26px;
  height: 26px;
}

.mvp-level > header {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 202, 87, .6);
  background: linear-gradient(110deg, #81571c, #493619 62%, #263326);
}

.mvp-level-b > header {
  border-bottom-color: rgba(24, 201, 232, .65);
  background: linear-gradient(110deg, #086e89, #104655 62%, #15372f);
}

.mvp-level-c > header {
  border-bottom-color: rgba(117, 214, 90, .65);
  background: linear-gradient(110deg, #3d742d, #28552e 62%, #173b2a);
}

.mvp-level > header strong {
  color: #fff;
}

.mvp-level > header small {
  color: #e0ece4;
}

.mvp-level .mvp-level-badge {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.mvp-levels {
  gap: 10px;
}
