/**
 * MooTon — Newsletter Subscription Form
 */

.mooton-newsletter {
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 40px;
	text-align: center;
}

.mooton-newsletter__title {
	margin: 0 0 12px;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--ast-global-color-2, #0F172A);
}

.mooton-newsletter__desc {
	margin: 0 0 28px;
	font-size: 15px;
	color: var(--ast-global-color-3, #454F5E);
	line-height: 1.6;
}

.mooton-newsletter__form {
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: stretch;
}

.mooton-newsletter__input {
	flex: 1;
	min-width: 0;
	padding: 14px 18px;
	font-size: 16px;
	border: 1px solid #d9e2da;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.2s;
}

.mooton-newsletter__input:focus {
	border-color: #0a93e3;
}

.mooton-newsletter__btn {
	flex-shrink: 0;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #0a93e3;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s;
}

.mooton-newsletter__btn:hover {
	background: #087bc0;
}

.mooton-newsletter__msg {
	margin-top: 18px;
	font-size: 15px;
	color: #234731;
}

@media (max-width: 767.98px) {
	.mooton-newsletter__form {
		flex-direction: column;
	}

	.mooton-newsletter__btn {
		width: 100%;
	}
}

/* ---- Banner spacing: reduce gap to next section on mobile ---- */

@media (max-width: 781px) {
	body.page-id-3865 [data-spectra-id="spectra-moy6l7p8-lmda29"] {
		padding-bottom: 24px !important;
	}

	body.page-id-3865 [data-spectra-id="spectra-moy6q1zp-c19ytj"] {
		padding-top: 24px !important;
	}

	/* Shrink stats section top padding: 80px → 24px */
	body.page-id-3865 [data-spectra-id="spectra-moy6qw85-zzrbui"] {
		padding-top: 24px !important;
	}

	/* Reduce spacer margin in left column: 30px → 8px */
	body.page-id-3865 [data-spectra-id="spectra-moy6q1zp-c19ytj"] .wp-block-column:first-child .wp-block-spacer {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	/* Exhibition News section: reduce spacer + padding */
	body.page-id-3865 [data-spectra-id="spectra-moy6q1zp-c19ytj"] + .wp-block-spacer {
		height: 24px !important;
	}

	body.page-id-3865 .wp-block-spectra-container[data-spectra-id="spectra-moz6ofrk-qlamid"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* News list: center the post-template grid on mobile (WP adds 48px left margin) */
	body.page-id-3865 .wp-block-post-template {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
