/* Game Top Bar Component Styles */

.game-top-bar {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(10px);
  gap: 6px;
  text-align: center;
}

.round-score-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

