/* Team separators extend the existing Live Game table and its responsive sizing. */
#live-game .live-game-players-table .live-game-team-heading th {
  padding: 9px 16px;
  background: var(--semi-transparent-bg);
  border-top: 1px solid var(--border-color);
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
}
#live-game .live-game-team-heading th > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
#live-game .live-game-team-average {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text-color);
  white-space: nowrap;
}
#live-game .live-game-team-average .lobby-rating-value {
  min-width: 0;
  font-size: 0.75rem;
}
#live-game .live-game-team-average .lobby-rating-label { font-size: 0.7rem; }
#live-game .live-game-eliminated-label { margin-left: 10px; color: rgba(255,255,255,.5); font-size: 0.65rem; font-weight: 400; text-transform: none; }
#live-game .live-game-eliminated > td { opacity: .45; }
#live-game .live-game-remaining { color: rgba(255,255,255,.6); font-size: 0.75rem; }
#live-game .live-game-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 0 16px 14px; }
#live-game .live-game-refresh { border: 1px solid rgba(255,255,255,.15); border-radius: 5px; padding: 7px 11px; background: rgba(255,255,255,.035); color: var(--secondary-color); font: inherit; font-size: 12px; cursor: pointer; }
#live-game .live-game-refresh:hover:not(:disabled) { background: rgba(255,255,255,.08); }
#live-game .live-game-refresh:disabled { opacity: .5; cursor: default; }
#live-game .live-game-check-message { font-size: 11px; color: rgba(255,255,255,.6); }
#live-game .live-game-check-message[data-error] { color: #edb7b7; }
.profile-livegame-link { color: #fff; font-size: 11px; white-space: nowrap; text-decoration: underline; }
.profile-livegame-link[hidden] { display: none; }
@media (max-width: 768px) {
  #live-game .live-game-players-table .live-game-team-heading th { padding: 7px 10px; }
}
