/* ACP Elementor Extras — Hover Glow Effect for the native Button widget.
   Per-instance colors and sizes are set via CSS custom properties, printed
   inline per-widget by Elementor itself from the "Efecto glow en hover"
   style controls. This file only needs to define the shared keyframes. */

@keyframes acp-ee-btn-pulse {
	0%,
	100% {
		box-shadow: 0 0 var(--acp-ee-pulse-min, 10px) var(--acp-ee-glow-color, #00d6ff);
	}
	50% {
		box-shadow: 0 0 var(--acp-ee-pulse-max, 34px) var(--acp-ee-glow-color, #00d6ff);
	}
}
