/* v0.9.50 — only the requested Blackjack multiplayer corrections. */

/* Keep the round-start countdown in the table area, slightly above true center
   so it does not touch the lower table controls. */
body.multiplayer-live #multiplayerApp .multi-felt > .multi-ready-countdown {
  top: 44% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
}
