/* v0.9.60 — Poker raise slider/button rows moved much closer together only. */

/* Move both rows by the same amount towards their shared edge. */
#pokerApp #pokerActionControls .poker-raise-slider-stack {
  transform: translateY(11px) !important;
  z-index: 4 !important;
}

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