/* Neon Poker v0.93.3 — separate game availability controls and blackjack alignment. */

/* Multiplayer Blackjack: center Current Chips precisely in the free column
   between Clear and the first selectable chip. */
@media (min-width: 1181px) {
  body.multiplayer-live #multiplayerApp #multiBetControls > .multi-current-bet {
    left: 0 !important;
    justify-self: center !important;
  }
}
