.mf-newsletter {
	background: var(--mf-ink-dark);
	color: var(--mf-cream);
	padding: 64px 5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 44px;
	flex-wrap: wrap;
}

.mf-newsletter__text {
	max-width: 440px;
}

.mf-newsletter__heading {
	margin: 0 0 8px;
	font: 500 30px/1.15 'Spectral', serif;
	color: #fff;
}

.mf-newsletter__body {
	margin: 0;
	color: #c9bba7;
	font-size: 15.5px;
	line-height: 1.6;
}

.mf-newsletter__form-wrap {
	min-width: 280px;
}

.mf-newsletter__form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.mf-newsletter__hp-wrap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mf-newsletter__input {
	background: var(--mf-cream);
	color: var(--mf-ink);
	border: none;
	border-radius: 6px;
	padding: 15px 20px;
	width: 280px;
	font-size: 14px;
	font-family: inherit;
}

.mf-newsletter__submit {
	background: var(--accent, #b06a3a);
	color: #fff;
	padding: 15px 28px;
	border: none;
	border-radius: 6px;
	font-weight: 800;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}

.mf-newsletter__notice {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.mf-newsletter__notice--success {
	color: #8fd19e;
}

.mf-newsletter__notice--invalid_email,
.mf-newsletter__notice--rate_limited {
	color: #e8a3a3;
}
