.-hd-los-game-scoreboard {
  width: 100%;
}

.-hd-los-game-scoreboard-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.-hd-los-game-scoreboard-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.-hd-los-game-scoreboard-team-logo img {
  max-width: 180px;
  height: auto;
}

.-hd-los-game-scoreboard-team-name {
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.-hd-los-game-scoreboard-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.-hd-los-game-scoreboard-score-value {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.-hd-los-game-scoreboard-score-state {
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.7;
}

@media (max-width: 900px) {
  .-hd-los-game-scoreboard-row {
    grid-template-columns: 1fr;
  }
  .-hd-los-game-scoreboard-score-value {
    font-size: 42px;
  }
  .-hd-los-game-scoreboard-team-logo img {
    max-width: 140px;
  }
}
