.newsletter-form {
	--color-text: var(--wp--preset--color--default-text, #000000);
	--color-theme: var(--wp--preset--color--primary, #c20000);
	--color-error: #ca0431;
	--color-success: var(--wp--preset--color--default-text, #000000);
}

.newsletter-form input:disabled {
    background: #fdfdfd;
	opacity: 0.6;
	cursor: not-allowed;
}

.newsletter-form .submit.disabled {
    background-color: var(--color-theme);
	opacity: 0.6;
}



input[type="hidden"] {
	position: absolute;
}

.newsletter-form .messages {
	width: 100%;
}

/* .newsletter-form .form__group--button, .newsletter-form .form__group--button a {
	display: inline-block;
	width: 60px;
	height: 60px;
} */

.newsletter-form .intro {
	margin-top: 50px;
}

.newsletter-form .consent {
	font-size: 14px;
}