/* JoinBattle component styles */
/* Most styles are already defined in components.css and game-list.css */

.game-list {
  max-height: 70vh;
  overflow-y: auto;
  margin-top: 1rem;
  position: relative;
}

.refresh-spinner {
  position: absolute;
  top: 1rem;
  right: 1rem;
} 