.standings-table td:first-child,
.standings-table th:first-child {
  min-width: 220px;
}

.standings-table th,
.standings-table td {
  text-align: center;
  white-space: nowrap;
}

.standings-table th:first-child,
.standings-table td:first-child {
  text-align: left;
}

.standings-table td:not(:first-child),
.standings-table th:not(:first-child) {
  width: 1%;
  font-family: "JetBrains Mono", monospace;
}

.standings-table td strong,
.standings-table th strong {
  font-family: inherit;
}

.standings-group + .standings-group {
  margin-top: 1.5rem;
}

.standings-group__title {
  margin: 0 0 0.85rem;
  color: #f6b332;
  font: 800 italic clamp(1.1rem, 2vw, 1.55rem) / 1 "Anybody", Arial, sans-serif;
  text-transform: uppercase;
}

.standings-team {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.standings-team__logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.standings-team__logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.standings-team__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.standings-team__text strong,
.standings-team__text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standings-team__text span {
  color: rgba(255,255,255,0.68);
  font-size: 0.8rem;
}

.standings-team__text strong {
  display: block;
}

.standings-team__text span:empty {
  display: none;
}

@media (max-width: 720px) {
  .standings-table td:first-child,
  .standings-table th:first-child {
    min-width: 180px;
  }

  .standings-table th,
  .standings-table td {
    padding: 12px 10px;
  }

  .standings-team {
    gap: 0.6rem;
  }

  .standings-team__logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .standings-team__text span {
    font-size: 0.75rem;
  }
}
