.wa-float{
  position:fixed!important;right:18px!important;bottom:18px!important;z-index:2147483000!important;
  display:inline-flex!important;align-items:center;gap:10px;
  min-height:56px;padding:0 18px 0 14px;
  border-radius:999px;background:#25D366!important;color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(37,211,102,.42);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  -webkit-tap-highlight-color:transparent
}
.wa-float:hover{
  transform:translateY(-2px) scale(1.03);
  background:#1ebe57!important;
  box-shadow:0 14px 32px rgba(37,211,102,.5);
  color:#fff!important
}
.wa-float:focus-visible{
  outline:3px solid rgba(37,211,102,.45);outline-offset:3px
}
.wa-float-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;flex:0 0 auto;line-height:0
}
.wa-float-icon svg{
  display:block;width:22px;height:22px;overflow:visible;
  shape-rendering:geometricPrecision
}
.wa-float-label{
  font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.01em;
  white-space:nowrap;color:#fff!important;line-height:1
}
@media (max-width:640px){
  .wa-float{right:14px!important;bottom:14px!important;padding:0;width:56px;height:56px;justify-content:center}
  .wa-float-label{display:none}
}
