/* BSC Poker X v10.3.2 — pinned HoldemBot, remove every Play Hold'em CTA */
#v62PlayHoldem,
[data-bscx-play-holdem],
a[href*="client-game.html"].v62-play-holdem,
.bscx-play-holdem,
.bscx-final-cta a[href*="client-game.html"],
.bscx-final-cta button[data-action="play"],
header a[href*="client-game.html"] { display:none!important; }

body.bscx-v1032 .bscx-hb {
  position:fixed!important;
  right:max(14px,env(safe-area-inset-right))!important;
  bottom:max(14px,env(safe-area-inset-bottom))!important;
  left:auto!important;
  top:auto!important;
  margin:0!important;
  transform:none!important;
  z-index:2147483000!important;
}
body.bscx-v1032 .bscx-hb-launch {
  position:static!important;
  min-width:190px!important;
  min-height:54px!important;
  justify-content:center!important;
  border-radius:18px!important;
  white-space:nowrap!important;
}
body.bscx-v1032 .bscx-hb-panel {
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  top:auto!important;
}
body.bscx-v1032 .bscx-site-footer { padding-bottom:86px!important; }

@media (max-width:700px){
  body.bscx-v1032 .bscx-hb {
    right:max(10px,env(safe-area-inset-right))!important;
    bottom:max(10px,env(safe-area-inset-bottom))!important;
  }
  body.bscx-v1032 .bscx-hb-launch {
    min-width:0!important;
    width:56px!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  body.bscx-v1032 .bscx-hb-launch strong { display:none!important; }
  body.bscx-v1032 .bscx-hb-panel {
    position:fixed!important;
    inset:auto 0 0 0!important;
    width:100%!important;
    height:min(84dvh,740px)!important;
    border-radius:22px 22px 0 0!important;
  }
}
