/* ===== Konvertti Widget Whatsapp (v1.0.1) ===== */
.kwwa-widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.kwwa-circle{
  /* FAB circular */
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  will-change: transform, box-shadow;
}

.kwwa-circle:hover{ transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.kwwa-circle:active{ transform: translateY(0); box-shadow: 0 6px 16px rgba(0,0,0,.22); }

/* Icono centrado */
.kwwa-ico{ display:inline-flex; line-height:0; }
.kwwa-label{ display:none !important; }

/* Mejoras de contraste si se posa sobre fondos */
@media (prefers-contrast: more){
  .kwwa-circle{ box-shadow: 0 0 0 2px rgba(0,0,0,.15), 0 8px 20px rgba(0,0,0,.25); }
}

/* Evitar solaparse con el chat de algunos temas (margen extra en mobile) */
@media (max-width: 480px){
  .kwwa-circle{ width: 54px; height: 54px; right: 14px; bottom: 14px; }
}
