.bcw-floating-wrap{position:fixed;right:var(--bcw-right,24px);bottom:var(--bcw-bottom,24px);z-index:999999;display:flex;align-items:center;gap:10px;font-family:Arial,Helvetica,sans-serif}.bcw-floating-button{width:var(--bcw-size,58px);height:var(--bcw-size,58px);border-radius:999px;background:#25D366;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 24px rgb(37 211 102 / .35),0 6px 18px rgb(0 0 0 / .25);transition:transform 0.2s ease,box-shadow 0.2s ease,background 0.2s ease;border:0;outline:none}.bcw-floating-button:hover,.bcw-floating-button:focus{transform:translateY(-2px) scale(1.04);background:#20BD5A;color:#fff;box-shadow:0 14px 30px rgb(37 211 102 / .42),0 8px 22px rgb(0 0 0 / .3)}.bcw-icon,.bcw-icon svg{width:calc(var(--bcw-size, 58px) * 0.58);height:calc(var(--bcw-size, 58px) * 0.58);display:block}.bcw-tooltip{background:#25D366;color:#fff;border-radius:999px;padding:10px 14px;font-size:14px;line-height:1;white-space:nowrap;box-shadow:0 8px 20px rgb(0 0 0 / .18);animation:bcwFadeIn 0.25s ease both}@keyframes bcwFadeIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}@media (max-width:767px){.bcw-floating-wrap{right:16px;bottom:16px}.bcw-tooltip{display:none}}