.moraway-newsletter-banner {
	width: 100%;
	background: #fbaa19;
	color: #1b1b1b;
	padding: clamp(32px, 5vw, 58px) 20px;
	overflow: hidden;
}

.moraway-newsletter-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.moraway-newsletter-content {
	text-align: center;
	margin-bottom: 16px;
}

.moraway-newsletter-kicker {
	margin: 0 0 6px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	opacity: 0.85;
}

.moraway-newsletter-title {
	margin: 0;
	color: #1b1b1b;
	font-size: clamp(1.8rem, 4vw, 3.25rem);
	line-height: 1.05;
}

.moraway-newsletter-form-wrap {
	width: min(620px, 100%);
	position: relative;
}

.moraway-newsletter-form-wrap * {
	box-sizing: border-box;
}

.moraway-zoho-form {
	width: 100% !important;
	background: transparent !important;
	border: 0 !important;
	overflow: visible !important;
	font-family: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
}

.moraway-zoho-form form,
.moraway-newsletter-form-wrap #zcampaignOptinForm {
	display: flex !important;
	align-items: stretch !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	position: relative !important;
	clear: both !important;
}

.moraway-newsletter-field,
.moraway-newsletter-submit {
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	float: none !important;
	position: relative !important;
	clear: none !important;
}

.moraway-newsletter-field {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
}

.moraway-newsletter-submit {
	flex: 0 0 auto !important;
	width: auto !important;
}

.moraway-newsletter-field input {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 54px !important;
	min-height: 54px !important;
	border: 0 !important;
	border-radius: 999px 0 0 999px !important;
	padding: 0 22px !important;
	font-size: 1rem !important;
	line-height: 54px !important;
	color: #243238 !important;
	background: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

.moraway-newsletter-submit input {
	display: block !important;
	width: auto !important;
	height: 54px !important;
	min-height: 54px !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	padding: 0 28px !important;
	background: #243238 !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.moraway-newsletter-submit input:hover {
	background: #1a252a !important;
}

.moraway-zoho-error {
	width: 100%;
	background: #fff1ef;
	color: #b00000;
	padding: 10px 14px;
	margin: 0 0 12px;
	border-radius: 8px;
	font-size: 0.9rem;
}

.moraway-zoho-success {
	width: 100%;
	background: #fff;
	color: #147170;
	padding: 12px 16px;
	margin: 0 0 12px;
	border-radius: 8px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Hide Zoho-generated duplicate/broken form fragments after submit */
.moraway-newsletter-form-wrap #customForm > .quick_form_9_css:not(:first-child),
.moraway-newsletter-form-wrap #customForm > form:not(:first-of-type),
.moraway-newsletter-form-wrap #customForm > .SIGNUP_FLD:not(.moraway-newsletter-field):not(.moraway-newsletter-submit),
.moraway-newsletter-form-wrap form + form,
.moraway-newsletter-form-wrap #zcampaignOptinForm + #zcampaignOptinForm {
	display: none !important;
}

/* Keep Zoho popup/overlay from visually hijacking the section */
.moraway-newsletter-form-wrap #zcOptinOverLay,
.moraway-newsletter-form-wrap #zcOptinSuccessPopup,
.moraway-newsletter-form-wrap #refImage {
	display: none !important;
}

#zcOptinOverLay {
	display: none !important;
}

#zcOptinSuccessPopup {
	display: none !important;
}

#closeSuccess {
	position: absolute;
	top: -16px;
	right: -14px;
	z-index: 99999;
	cursor: pointer;
}

.moraway-newsletter-submitted #zcampaignOptinForm {
	display: none !important;
}

.moraway-newsletter-submitted .moraway-zoho-success {
	display: block !important;
	margin: 0 auto !important;
}

@media (max-width: 768px) {
	.moraway-newsletter-form-wrap {
		width: min(420px, 100%);
	}

	.moraway-zoho-form form,
	.moraway-newsletter-form-wrap #zcampaignOptinForm {
		flex-direction: column !important;
		gap: 12px !important;
	}

	.moraway-newsletter-field,
	.moraway-newsletter-submit {
		width: 100% !important;
	}

	.moraway-newsletter-field input,
	.moraway-newsletter-submit input {
		width: 100% !important;
		border-radius: 999px !important;
	}
}