.bn-newsletter {
	max-width: 480px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.bn-newsletter__title {
	margin: 0 0 8px;
	font-size: 20px;
}

.bn-newsletter__desc {
	margin: 0 0 14px;
	opacity: 0.85;
}

.bn-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: stretch;
}

.bn-newsletter__input {
	flex: 1 1 220px;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
}

.bn-newsletter__button {
	flex: 0 0 auto;
	padding: 10px 20px;
	border: 0;
	border-radius: 4px;
	background: #e2401c;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.bn-newsletter__button:hover {
	opacity: 0.9;
}

.bn-newsletter__button:disabled {
	opacity: 0.6;
	cursor: default;
}

/* Honeypot field: visually hidden but still submitted by bots. */
.bn-newsletter__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bn-newsletter__message {
	flex-basis: 100%;
	margin: 6px 0 0;
	min-height: 1.2em;
	font-size: 14px;
}

.bn-newsletter__message.is-success {
	color: #1a7f37;
}

.bn-newsletter__message.is-error {
	color: #d63638;
}
