#tournamentLeaderboardModal .tournament-detail-hero-stat {
  position: relative;
  justify-items: center;
  text-align: center;
}

#tournamentLeaderboardModal .tournament-detail-hero-stat + .tournament-detail-hero-stat {
  border-left: 0;
}

#tournamentLeaderboardModal .tournament-detail-hero-stat + .tournament-detail-hero-stat::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.11);
  pointer-events: none;
}

#tournamentLeaderboardModal .tournament-detail-hero-stat small {
  width: 100%;
  text-align: center;
}

#tournamentLeaderboardModal .tournament-detail-hero-stat strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
}

#tournamentLeaderboardModal .tournament-detail-hero-stat-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  opacity: 0.62;
  filter: brightness(0) invert(1);
}

#tournamentLeaderboardModal .tournament-detail-hero-stat-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #tournamentLeaderboardModal .tournament-detail-hero-stat + .tournament-detail-hero-stat::before {
    top: 12px;
    bottom: 12px;
  }

  #tournamentLeaderboardModal .tournament-detail-hero-stat strong {
    gap: 6px;
  }

  #tournamentLeaderboardModal .tournament-detail-hero-stat-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }
}
