/* BaitoCrypto Aurora V15 — user-facing PTC cards only */

/* Aurora V26 nav label safety: prevent tooltip text from escaping its bubble */
.bc-dock-v8__item span:last-child,
.bc-dock-v8__item:after{
  max-width: min(180px, calc(100vw - 110px)) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-sizing: border-box !important;
}
.bc-dock-v8__item span:last-child{
  right: 62px !important;
  text-align: center !important;
}
@media(max-width:740px){
  .bc-dock-v8__item span:last-child,
  .bc-dock-v8__item:after{display:none!important;}
}

/* V110 compact surface after removing Offerwall Hub */
.bc-live-pulse{margin:8px auto 12px!important;padding:7px!important;max-width:min(1180px,calc(100vw - 48px))!important;border-radius:22px!important}
.bc-live-pulse__label{padding:10px 14px!important;min-width:128px!important}
.bc-live-pulse__item{padding:9px 13px!important}
.cf-main-inner{padding-top:8px!important}
.btptc-shell{padding-top:14px!important}
