.wa-float{position:fixed;bottom:24px;right:24px;z-index:900;display:flex;align-items:center;gap:0;background:#25d366;color:#fff;border-radius:50%;padding:0;box-shadow:0 4px 14px rgba(37,211,102,.4);text-decoration:none;font-family:Inter,Outfit,-apple-system,sans-serif;font-size:.85rem;font-weight:600;transition:transform .2s,box-shadow .2s;width:56px;height:56px}.wa-float:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.5)}.wa-float-icon{width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-float-icon svg{width:28px;height:28px;fill:#fff}.wa-float-text{white-space:nowrap;display:none}@media (min-width:640px){.wa-float{border-radius:60px;padding:0 20px 0 0;width:auto;height:auto;min-height:52px;gap:10px}.wa-float-text{display:inline}.wa-float-icon{width:52px;height:52px}}