.nb-form-wrap {
	max-width: 480px;
	margin: 1.5em 0;
}

.nb-form-title {
	margin: 0 0 0.5em;
}

.nb-form-intro {
	margin: 0 0 1em;
	opacity: 0.9;
}

.nb-notice {
	padding: 0.75em 1em;
	margin-bottom: 1em;
	border-radius: 4px;
}

.nb-notice--success {
	background: #edf7ed;
	color: #1e4620;
	border: 1px solid #c8e6c9;
}

.nb-notice--error {
	background: #fdecea;
	color: #611a15;
	border: 1px solid #f5c6cb;
}

.nb-field {
	margin: 0 0 1em;
}

.nb-field label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.nb-field input[type="text"],
.nb-field input[type="email"] {
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0.65em;
	box-sizing: border-box;
}

.nb-field--gdpr label {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	font-weight: 400;
}

.nb-field--gdpr input[type="checkbox"] {
	margin-top: 0.25em;
	flex-shrink: 0;
}

.nb-field--honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.nb-submit {
	cursor: pointer;
	padding: 0.6em 1.25em;
}

.nb-unsub-wrap {
	max-width: 480px;
	margin: 1.5em 0;
}

.nb-unsub-email {
	font-weight: 600;
}
