/* WhatsApp Lead Manager Pro — Public Styles */

/* Floating button hover effects */
.wlmp-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.32) !important;
}

/* Pulse animation for floating WhatsApp button */
@keyframes wlmp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);  }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);     }
}

.wlmp-cta-whatsapp.wlmp-float-btn {
  animation: wlmp-pulse 2.5s infinite;
}

/* Shortcode button hover */
.wlmp-cta-button:hover {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  transition: all .2s ease;
}
