/* Newsletter — sostituisce i blocchi <style> inline dei 4 vecchi form */

.ml-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.ml-form-embedSubmitLoad {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.ml-form-embedSubmitLoad::after {
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	margin: 1px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-color: #fff #fff #fff transparent;
	animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.ml-form-embedSubmitLoad::after {
		animation: none;
	}
}

.ml-form-error {
	margin-top: 1rem;
	color: #d00;
	font-size: 0.875rem;
}

.cf-turnstile {
	display: flex;
	justify-content: center;
}

.cf-turnstile:empty {
	display: none;
}
