/* Biliton compact right-side AI + WhatsApp rail v21.3.81 */
/* Keep the two actions explicit while fitting inside the free desktop edge. */
@media(min-width:1101px){
  .ai-sales-tools.blt-contact-hub-v3{
    top:50%!important;
    right:4px!important;
    bottom:auto!important;
    left:auto!important;
    transform:translateY(-50%)!important;
    width:auto!important;
  }
  .blt-direct-launchers{
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .blt-direct-launcher{
    width:92px!important;
    min-width:92px!important;
    min-height:66px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    padding:7px 5px!important;
    border-radius:16px!important;
    box-shadow:0 10px 26px rgba(4,34,41,.18),0 2px 6px rgba(4,34,41,.10)!important;
  }
  .blt-direct-icon{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    border-radius:10px!important;
  }
  .blt-direct-copy{
    display:block!important;
    min-width:0!important;
    text-align:center!important;
    line-height:1.08!important;
  }
  .blt-direct-copy strong{
    display:block!important;
    font-size:12px!important;
    line-height:1.08!important;
    white-space:nowrap!important;
  }
  .blt-direct-copy small{display:none!important}
  .ai-sales-tools.blt-contact-hub-v3 .ai-sales-panel{
    position:fixed!important;
    top:50%!important;
    right:108px!important;
    bottom:auto!important;
    left:auto!important;
    transform:translateY(-50%)!important;
    width:min(420px,calc(100vw - 140px))!important;
    max-height:min(690px,calc(100dvh - 56px))!important;
    margin:0!important;
  }
}

/* Medium desktop/tablet keeps the bottom-right layout but removes the secondary copy. */
@media(min-width:681px) and (max-width:1100px){
  .ai-sales-tools.blt-contact-hub-v3{
    top:auto!important;
    right:14px!important;
    bottom:24px!important;
    left:auto!important;
    transform:none!important;
  }
  .blt-direct-launchers{flex-direction:row!important;gap:8px!important}
  .blt-direct-launcher{min-height:52px!important}
  .blt-direct-copy small{display:none!important}
  .blt-direct-ai{min-width:138px!important}
  .blt-direct-wa{min-width:138px!important}
  .ai-sales-tools.blt-contact-hub-v3 .ai-sales-panel{
    top:auto!important;
    right:0!important;
    bottom:74px!important;
    transform:none!important;
    width:min(420px,calc(100vw - 28px))!important;
  }
}

/* Mobile remains bottom-floating for thumb reach. */
@media(max-width:680px){
  .blt-direct-copy small{display:none!important}
}
