/* v0.9.54 — targeted Poker raise-control and Roulette room spacing fixes. */

/* Keep the complete Poker raise control visibly inside the betting bar. */
#pokerApp #pokerActionControls .poker-raise-slider-stack,
#pokerApp #pokerActionControls .poker-raise-buttons-v046 {
  position: relative !important;
  top: -5px !important;
}

/* Add a clear gap between Create table and the Roulette room-code field. */
#rouletteRoomOverlay #rouletteRoomCreate {
  position: relative !important;
  top: -4px !important;
  margin-bottom: 8px !important;
}

@media (max-width: 900px) {
  #pokerApp #pokerActionControls .poker-raise-slider-stack,
  #pokerApp #pokerActionControls .poker-raise-buttons-v046 {
    top: -6px !important;
  }
}
