#saic-whatsapp-widget.saic-wa-widget{
position:fixed;right:22px;bottom:22px;z-index:2147483000;
display:flex;align-items:center;gap:10px;min-height:58px;
padding:7px 15px 7px 8px;border-radius:999px;background:#25D366;
color:#fff!important;text-decoration:none!important;
box-shadow:0 10px 28px rgba(0,0,0,.22);
font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
line-height:1.05;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
#saic-whatsapp-widget.saic-wa-widget:hover,
#saic-whatsapp-widget.saic-wa-widget:focus{
transform:translateY(-2px);box-shadow:0 13px 32px rgba(0,0,0,.27);
filter:saturate(1.06);color:#fff!important;text-decoration:none!important;outline:none}
#saic-whatsapp-widget .saic-wa-icon{
width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
background:rgba(255,255,255,.15);flex:0 0 44px}
#saic-whatsapp-widget .saic-wa-icon svg{width:28px;height:28px;display:block;fill:#fff}
#saic-whatsapp-widget .saic-wa-label{display:flex;flex-direction:column;gap:3px;white-space:nowrap}
#saic-whatsapp-widget .saic-wa-label b{font-size:15px;font-weight:800}
#saic-whatsapp-widget .saic-wa-label small{font-size:11px;font-weight:600;opacity:.92}
@media(max-width:640px){
#saic-whatsapp-widget.saic-wa-widget{right:16px;bottom:16px;width:58px;height:58px;min-height:58px;padding:7px;border-radius:50%;justify-content:center}
#saic-whatsapp-widget .saic-wa-label{display:none}}
@media print{#saic-whatsapp-widget{display:none!important}}