/* OASIS GLASS v1.7.1 — Floating WhatsApp geometry hotfix
   The v1.7.0 glass layer inherited both inline edges from older styles,
   which made the fixed button stretch across the viewport on desktop. */
.floating-whatsapp{
  position:fixed!important;
  inset-inline-start:auto!important;
  inset-inline-end:24px!important;
  left:auto;
  right:auto;
  width:auto!important;
  max-width:min(210px,calc(100vw - 48px))!important;
  min-width:72px!important;
  height:64px!important;
  padding:0 20px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.floating-whatsapp .wa-label{display:inline-block!important;white-space:nowrap!important}
.floating-whatsapp svg{flex:0 0 auto!important}

@media(max-width:760px){
  .floating-whatsapp{
    inset-inline-start:auto!important;
    inset-inline-end:14px!important;
    bottom:16px!important;
    width:58px!important;
    max-width:58px!important;
    min-width:58px!important;
    height:58px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  .floating-whatsapp .wa-label{display:none!important}
}
