/* Single Post Banner — mirrors Risetech Elementor template kit design */
.single-post-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45vh;
	padding: 5em 0;
	background: linear-gradient(135deg, #FFFFFF 25%, #DBE3EA 100%);
	border-radius: 0 0 55px 55px;
	overflow: hidden;
	text-align: center;
}

.single-post-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url('/wp-content/uploads/2025/04/BG-08.png') center right / contain no-repeat;
	opacity: 0.25;
	pointer-events: none;
}

.single-post-banner__inner {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	width: 100%;
	padding: 0 2em;
}

.single-post-banner__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 1em;
}

.single-post-banner__badge img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.single-post-banner__badge span {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #126E00;
	letter-spacing: 0.05em;
}

.single-post-banner__title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #000000;
	margin: 0;
	line-height: 1.25;
}

/* Content headings — match old Elementor posts (h4 sizing) */
.site-main .page-content h2 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
}

.site-main .page-content h3 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
}

/* Tablet */
@media (max-width: 1024px) {
	.single-post-banner {
		padding: 6em 0 0 0;
	}
	.single-post-banner__title {
		font-size: 1.5rem;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.single-post-banner {
		padding: 6em 0 2em 0;
		min-height: auto;
	}
	.single-post-banner__title {
		font-size: 1.25rem;
	}
}

/* Featured image — prominent, full-width below banner */
.single-post-featured-image {
	max-width: 1280px;
	margin: 2em auto;
	padding: 0 2em;
	text-align: center;
}

.single-post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
