/**
 * Newsletter subscribe shortcode.
 */
.hello-newsletter-subscribe {
	display: flex !important;
	align-items: stretch !important;
	gap: 0.6rem !important;
	width: 100%;
	max-width: 640px;
}

.hello-newsletter-subscribe__input {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	height: 46px !important;
	padding: 0 1rem !important;
	margin: 0 !important;
	border: 1px solid var(--text, #fffff0) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--text, #fffff0) !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
	font-size: 1rem !important;
	line-height: 46px !important;
	outline: none !important;
	box-shadow: none !important;
}

.hello-newsletter-subscribe__input::placeholder {
	color: var(--text-a50, rgba(255, 255, 240, 0.5)) !important;
}

.hello-newsletter-subscribe__button {
	flex: 0 0 auto !important;
	height: 46px !important;
	padding: 0 1.4rem !important;
	margin: 0 !important;
	border: 1px solid var(--COLOR-ACCENT, #ab8c52) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--COLOR-ACCENT, #ab8c52) !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
	font-size: 1rem !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
}

.hello-newsletter-subscribe__button:hover,
.hello-newsletter-subscribe__button:focus,
.hello-newsletter-subscribe__button:focus-visible {
	background: var(--COLOR-ACCENT-FADE, rgba(171, 140, 82, 0.05)) !important;
	color: var(--COLOR-ACCENT, #ab8c52) !important;
}

.hello-newsletter-subscribe__message {
	margin: 0.5rem 0 0 !important;
	font-family: var(--FONT-GLOBAL, "Nunito Sans", sans-serif) !important;
	font-size: 0.875rem !important;
}

.hello-newsletter-subscribe__message.is-success {
	color: #9fd39f;
}

.hello-newsletter-subscribe__message.is-error {
	color: #e5a7a7;
}
