/* v0.9.62 — Move the complete Poker raise control group upward only. */

/* Preserve the current near-touching distance while shifting both rows
   upward by the same 8px amount. */
#pokerApp #pokerActionControls .poker-raise-slider-stack {
  transform: translateY(10px) !important;
}

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