/* SV WhatsApp Button - estilos */
.svwab-floating{
  display:flex;align-items:center;justify-content:center;
  border-radius:9999px;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  opacity:.96;
}
.svwab-floating:hover{ transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 24px rgba(0,0,0,.28); opacity:1; }
.svwab-floating:active{ transform: scale(.97); }
@media (prefers-reduced-motion: reduce){
  .svwab-floating{ transition:none }
}
