.fmnc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fmnc-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fmnc-form__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.fmnc-message {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid currentColor;
	background: #fffefa;
	color: #11110f;
	font-size: 14px;
	line-height: 1.45;
}

.fmnc-message--error {
	color: #9d2f1e;
}

.fmnc-consent {
	margin-top: 10px !important;
	max-width: 58ch;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.fmnc-consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fmnc-action-page {
	min-height: 62vh;
	padding-top: clamp(64px, 10vw, 144px);
	padding-bottom: clamp(72px, 11vw, 160px);
}

.fmnc-action-card {
	max-width: 760px;
	padding-top: 22px;
	border-top: 1px solid #11110f;
}

.fmnc-action-card h1 {
	max-width: 12ch;
	margin: 16px 0 22px;
	font-family: Newsreader, "Iowan Old Style", Baskerville, serif;
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 500;
	line-height: .96;
	letter-spacing: -.035em;
}

.fmnc-action-card > p {
	max-width: 58ch;
	font-size: 18px;
	line-height: 1.68;
}

.fmnc-action-card form {
	margin: 30px 0 18px;
}

.fmnc-action-card__small {
	color: #5c5a54;
	font-size: 13px !important;
}

@media (max-width: 640px) {
	.fmnc-form__row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.fmnc-action-page {
		padding-top: 64px;
	}
}
