.mc4wp-form-fields {
	display: flex;
	flex-direction: column;
}


.footer-top__newsletter-input {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	/* Adds spacing between fields */
}

.footer-top__newsletter {
	position: relative;
}

.footer-top__newsletter {
	width: 100%;
	max-width: 500px;
	/* or set a value based on your layout */
}

.success-message {
	color: #73b64f;
	font-weight: bold;
	margin-top: 10px;
}

.error-message {
	color: red;
	font-weight: bold;
	margin-top: 10px;
}
.required-asterisk {
    color: #aaa;
}