/* Contraste mínimo AA para placeholders sobre fondos claros. */
input::placeholder,
textarea::placeholder,
.op_optin_specific_before_footer_container input[required][type="email"]::placeholder,
.optin-box-optimizetheme input[required][type="email"]::placeholder {
	color: #202020 !important;
	-webkit-text-fill-color: #202020 !important;
	opacity: 1;
}

/* El campo hereda texto claro del bloque aunque su fondo sea blanco. */
.op_optin_specific_before_footer_container input[required][type="email"],
.optin-box-optimizetheme input[required][type="email"] {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #202020 !important;
	-webkit-text-fill-color: #202020 !important;
}

/* Blanco sobre azul oscuro: contraste superior a 8:1 para el icono social. */
#op3-element-oMzUsusA .op3-element-icon__wrapper {
	background-color: #084b7a !important;
	color: #ffffff !important;
}

#op3-element-oMzUsusA :where(.op3-element__icon, svg, use) {
	color: #ffffff !important;
	fill: #ffffff !important;
}

/* Conserva el enlace de salto visible al recibir el foco. */
.salazar-skip-navigation {
	position: relative;
	z-index: 1000001;
}

.salazar-skip-navigation .skip-link:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
}

/* Indicador perceptible para navegación por teclado. */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #005bdc !important;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}