.duo-wa{position:fixed;right:15px;bottom:15px;z-index:99999;height:52px;width:52px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:0 14px;box-sizing:border-box;overflow:hidden;border-radius:999px;background:#00c853;color:#fff;text-decoration:none!important;white-space:nowrap;box-shadow:0 6px 20px #0003;transition:width .28s ease,background .2s ease;animation:duo-wa-pulse 2s infinite}.duo-wa__icon{width:25px;height:25px;flex:0 0 25px}.duo-wa__text{max-width:0;opacity:0;overflow:hidden;font-size:16px;line-height:1;transition:max-width .28s ease,opacity .2s ease}.duo-wa:hover,.duo-wa:focus-visible{width:195px;background:#00b84a;color:#fff}.duo-wa:hover .duo-wa__text,.duo-wa:focus-visible .duo-wa__text{max-width:130px;opacity:1}@keyframes duo-wa-pulse{0%,100%{box-shadow:0 0 0 0 #00c85366,0 6px 20px #0003}50%{box-shadow:0 0 0 10px #00c85300,0 6px 20px #0003}}@media (prefers-reduced-motion:reduce){.duo-wa{animation:none}}