/**
 * Gutentor + Animate.css: .wow queda visibility:hidden hasta WOW.init().
 * Si el script no corre a tiempo, el módulo de noticias se ve en blanco.
 */
.gutentor-post-module.wow,
.gutentor-advanced-post-module.wow,
.wp-block-gutentor-p4.wow,
.gutentor-element-icon.wow {
	visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
	.gutentor-post-module.wow,
	.gutentor-advanced-post-module.wow,
	.wp-block-gutentor-p4.wow {
		animation: none !important;
	}
}
