/* v0.9.57 — Poker raise-control spacing only. */

/* Keep exactly one pixel between the slider row and the Bet/−/+ row. */
#pokerApp #pokerActionControls .poker-action-bar-v048 > .poker-raise-control-v046 {
  gap: 1px !important;
}

/* Keep exactly one pixel between −, Bet and +. */
#pokerApp #pokerActionControls .poker-raise-buttons-v046 {
  gap: 1px !important;
}
