.nss-whatsapp-float{
 position:fixed;
 right:18px;
 bottom:18px;
 z-index:99990;
 display:inline-flex;
 align-items:center;
 gap:8px;
 min-height:48px;
 padding:7px 14px 7px 7px;
 border-radius:999px;
 background:#25D366;
 color:#ffffff!important;
 text-decoration:none!important;
 box-shadow:0 8px 22px rgba(18,140,126,.20);
 font-family:inherit;
 font-size:13px;
 font-weight:700;
 line-height:1;
 transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.nss-whatsapp-float:hover{
 transform:translateY(-1px);
 box-shadow:0 10px 24px rgba(18,140,126,.24);
 filter:brightness(1.02);
}
.nss-wa-icon{
 display:grid;
 place-items:center;
 width:34px;
 height:34px;
 border-radius:50%;
 background:#ffffff;
 flex:0 0 34px;
}
.nss-wa-icon svg{
 width:21px;
 height:21px;
 display:block;
 fill:#25D366;
 stroke:none;
}
.nss-wa-label{
 white-space:nowrap;
 letter-spacing:.01em;
}
@media(max-width:640px){
 .nss-whatsapp-float{
  right:14px;
  bottom:14px;
  min-height:44px;
  gap:7px;
  padding:6px 12px 6px 6px;
  font-size:12px;
 }
 .nss-wa-icon{
  width:32px;
  height:32px;
  flex-basis:32px;
 }
 .nss-wa-icon svg{
  width:19px;
  height:19px;
 }
 .nss-wa-label{
  max-width:92px;
  overflow:hidden;
  text-overflow:ellipsis;
 }
}
.nss-inline-wa{
 display:inline-flex;align-items:center;justify-content:center;gap:9px;
 min-height:48px;padding:11px 18px;border-radius:7px;
 font-family:inherit;font-size:14px;font-weight:800;line-height:1;
 text-decoration:none!important;transition:transform .16s ease,filter .16s ease,background .16s ease;
}
.nss-inline-wa:hover{transform:translateY(-1px)}
.nss-inline-wa__icon{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px}
.nss-inline-wa__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nss-inline-wa--primary{background:linear-gradient(90deg,#4a2bbf,#4323ad);color:#fff!important}
.nss-inline-wa--primary:hover{filter:brightness(1.04)}
.nss-inline-wa--outline{background:#fff;color:#4a2bbf!important;border:1px solid #4a2bbf}
.nss-inline-wa--plain{background:transparent;color:#4a2bbf!important;padding-left:0;padding-right:0}
