/* Shared inner-page title banner (zoneway/page-hero) */

.zw-page-hero {
	position: relative;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #024965;
	background-image:
		linear-gradient(90deg, rgba(2, 73, 101, 0.55), rgba(2, 119, 136, 0.4)),
		var(--zw-page-hero-image, none);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.zw-page-hero.alignfull {
	max-width: none;
	width: 100%;
}

.zw-page-hero__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--display, Poppins, sans-serif);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
}
