.wa-floating-container{z-index:9999;cursor:pointer;align-items:center;gap:12px;width:max-content;font-family:Poppins,sans-serif;text-decoration:none;display:flex;position:fixed;bottom:24px;right:24px}.wa-text-bubble{color:#1a1a1a;white-space:nowrap;pointer-events:none;opacity:0;background-color:#fff;border:1px solid #eaeaea;border-radius:18px;padding:14px 24px;font-size:15px;font-weight:500;animation:7s ease-in-out infinite whatsappTextLoop;transform:translate(25px)scale(.95);box-shadow:0 4px 12px #00000014,0 1px 3px #0000000d}@keyframes whatsappTextLoop{0%{opacity:0;transform:translate(25px)scale(.95)}12%{opacity:1;transform:translate(0)scale(1)}45%{opacity:1;transform:translate(0)scale(1)}60%{opacity:0;transform:translate(20px)scale(.95)}to{opacity:0;transform:translate(25px)scale(.95)}}.wa-icon-button{cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:transform .3s;animation:2s infinite whatsappPulseRing;display:flex}.wa-icon-button img{object-fit:contain;border-radius:50%;width:100%;height:100%}.wa-icon-button:hover{transform:scale(1.1)}@keyframes whatsappPulseRing{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 16px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width:480px){.wa-floating-container{gap:8px;bottom:16px;right:16px}.wa-text-bubble{padding:10px 16px;font-size:13px;font-weight:600}.wa-icon-button{width:48px;height:48px}}
