/* The confirmation page already owns back navigation; a persisted draggable
   home position can overlap the receipt balance on narrow mobile screens. */
html body:has(.transfer-confirm-modal) #root .player-home-float {
  display: none !important;
}
