/* v0.9.59 — Poker raise slider/button proximity only. */

/* Move both rows equally towards each other so the range track and the
   Minus / Bet / Plus surface nearly touch without changing their alignment. */
#pokerApp #pokerActionControls .poker-raise-slider-stack {
  transform: translateY(6px) !important;
  z-index: 3 !important;
}

#pokerApp #pokerActionControls .poker-raise-buttons-v046 {
  transform: translateY(-6px) !important;
  z-index: 2 !important;
}
