/* v0.92.5 · Poker horizontal dimensions from the supplied v0.92 reference */

@media (min-width: 1181px) {
  #pokerApp.poker-app {
    width: min(1480px, calc(100% - 30px)) !important;
  }

  #pokerApp .poker-layout {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 16px !important;
  }

  #pokerApp .poker-main-column,
  #pokerApp .poker-table-shell,
  #pokerApp .poker-table-rim,
  #pokerApp .poker-felt,
  #pokerApp .poker-controls,
  #pokerApp .poker-roombar {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}

/* Empty seats keep the circular form while the surrounding Poker layout widens. */
#pokerApp .poker-seat.poker-empty-seat,
#pokerApp .poker-seat.poker-empty-seat .poker-empty-seat-control {
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
}
