/* v0.9.52 — targeted level-button, Poker control-height and Roulette join/result fixes. */

/* Poker action buttons remain completely inside the betting bar. */
#pokerApp #pokerActionControls.poker-action-controls-v048:not(.hidden) {
  padding: 7px 8px !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 {
  grid-template-rows: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  align-items: center !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 > .action-btn,
#pokerApp #pokerActionControls .poker-action-bar-v048 > .poker-raise-control-v046 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 > .action-btn {
  padding: 5px 7px !important;
  line-height: 1.05 !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 > .poker-raise-control-v046 {
  grid-template-rows: 14px 18px 28px !important;
  gap: 1px !important;
  padding: 3px 6px !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 .poker-raise-control-v046 > label {
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  line-height: 14px !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 .poker-raise-range-v046 {
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
}
#pokerApp #pokerActionControls .poker-action-bar-v048 .poker-raise-buttons-v046,
#pokerApp #pokerActionControls .poker-action-bar-v048 .poker-raise-buttons-v046 button {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

@media (max-width: 900px) {
  #pokerApp #pokerActionControls .poker-action-bar-v048 {
    grid-template-rows: 62px 76px !important;
    height: 145px !important;
    min-height: 145px !important;
    max-height: 145px !important;
  }
  #pokerApp #pokerActionControls .poker-action-bar-v048 > .action-btn {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
  }
  #pokerApp #pokerActionControls .poker-action-bar-v048 > .poker-raise-control-v046 {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }
}
