/* Neon Poker v0.93.8.12 — table-bound game side rails. */

/* Match the Poker sidebar positioning without changing rail sizes or content. */
@media (min-width: 1181px) {
  #gameApp > .side-panel,
  #slotsApp > .side-panel.slots-info,
  #rouletteApp > .side-panel.roulette-info,
  #multiplayerApp .multiplayer-grid > .multi-sidebar {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
  }
}
