.npsub-form-wrap {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	font-family: inherit;
}
.npsub-form-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
}
.npsub-field { margin-bottom: 12px; }
.npsub-field-row { display: flex; gap: 0; }
.npsub-input {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 4px 0 0 4px;
}
.npsub-field:not(.npsub-field-row) .npsub-input { border-radius: 4px; width: 100%; box-sizing: border-box; }
.npsub-submit {
	background: #a4231e;
	color: #fff;
	border: none;
	padding: 0 20px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	white-space: nowrap;
}
.npsub-submit:hover { background: #8a1c18; }
.npsub-consent {
	display: block;
	font-size: 13px;
	color: #555;
	margin-top: 10px;
}
.npsub-consent a { color: #a4231e; }
.npsub-message {
	margin-top: 12px;
	font-size: 14px;
	min-height: 20px;
}
.npsub-message.is-success { color: #1a7f37; }
.npsub-message.is-error { color: #b32d2e; }
.npsub-submit[disabled] { opacity: .6; cursor: not-allowed; }

.npsub-recaptcha-badge-note {
	font-size: 11px;
	color: #888;
	margin-top: 8px;
}
