/**
 * MooTon — Market Sub-Page Banner
 *
 * Full-width slider with background image + dark overlay + page title.
 * Uses the same --mooton-hero-nav-offset as the hero slider to clear
 * the transparent header (set dynamically by home-hero-desktop.js).
 */
.mooton-market-banner,
.wp-block-cover {
	min-height: 500px !important;
	margin-top: var(--mooton-hero-nav-offset, 80px) !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mooton-market-banner,
.wp-block-cover__inner-container {
	align-items: center !important;
	justify-content: center !important;
}

.wp-block-cover__inner-container h2 {
	font-size: 42px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

@media (max-width: 767.98px) {
	.mooton-market-banner,
	.wp-block-cover {
		min-height: 350px !important;
		margin-top: var(--mooton-hero-nav-offset, 60px) !important;
	}
}
