/* Neon Poker v0.93.8.13 — requested Roulette enclosure and Blackjack table sizing only. */

@media (min-width: 1181px) {
  /* Extend only the dark Roulette betting-area background far enough to
     enclose the complete right-hand 2 TO 1 column. */
  #rouletteApp .roulette-betting-table {
    width: 724px !important;
    min-width: 724px !important;
    max-width: 724px !important;
  }

  /* Give Multiplayer Blackjack the same table width as Singleplayer while
     preserving every card, avatar and control aspect ratio. */
  body.multiplayer-live #multiplayerApp.multiplayer-app {
    width: min(1490px, calc(100% - 20px)) !important;
  }

  body.multiplayer-live #multiplayerApp .multiplayer-grid {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 16px !important;
  }

  body.multiplayer-live #multiplayerApp .multi-table-shell,
  body.multiplayer-live #multiplayerApp .multi-table-rim,
  body.multiplayer-live #multiplayerApp .multi-felt {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  body.multiplayer-live #multiplayerApp .multi-table-shell {
    justify-self: stretch !important;
  }
}

@media (min-width: 1181px) {
  /* Point 2 remains postponed: keep the Multiplayer Blackjack chip/control
     deck at its original width and internal proportions. */
  body.multiplayer-live #multiplayerApp .multi-controls {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
    justify-self: start !important;
  }
}
