.cpep-nl-form {
	max-width: 520px;
	background: #fff;
	border: 1px solid #e7e0d6;
	border-left: 4px solid #9f1d1d;
	padding: 24px;
	color: #1c1917;
	font-family: inherit;
}

.cpep-nl-form h2 {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.cpep-nl-form p.cpep-nl-intro {
	margin: 0 0 18px;
	color: #57534e;
}

.cpep-nl-form label {
	display: block;
	font-weight: 700;
	font-size: 0.92rem;
	margin-bottom: 4px;
}

.cpep-nl-form .cpep-nl-field {
	margin-bottom: 14px;
}

.cpep-nl-form input[type="text"],
.cpep-nl-form input[type="email"],
.cpep-nl-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d6cfc4;
	border-radius: 4px;
	font-size: 1rem;
	background: #f6f2ed;
}

.cpep-nl-form .cpep-nl-hp {
	position: absolute;
	left: -9999px;
}

.cpep-nl-form .cpep-nl-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-weight: 400;
	font-size: 0.88rem;
	color: #44403c;
}

.cpep-nl-form button {
	background: #9f1d1d;
	color: #fff;
	border: 0;
	padding: 12px 20px;
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
}

.cpep-nl-form button:hover {
	background: #7f1717;
}

.cpep-nl-form .cpep-nl-msg {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 4px;
}

.cpep-nl-form .cpep-nl-msg:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.cpep-nl-form .cpep-nl-msg.is-ok {
	background: #ecfdf3;
	color: #166534;
}

.cpep-nl-form .cpep-nl-msg.is-err {
	background: #fef2f2;
	color: #991b1b;
}

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

.cpep-nl-form.is-compact {
	max-width: none;
	background: transparent;
	border: 0;
	padding: 0;
}

.cpep-nl-form.is-compact .cpep-nl-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
	margin-bottom: 14px;
}

.cpep-nl-form.is-compact .cpep-nl-row .cpep-nl-field {
	flex: 1;
	margin: 0;
}

.cpep-nl-form.is-compact .cpep-nl-row button {
	flex-shrink: 0;
	min-height: 46px;
	padding: 10px 18px;
}

@media (max-width: 640px) {
	.cpep-nl-form.is-compact .cpep-nl-row {
		flex-direction: column;
	}
}
