/**
 * Page Builder section styles
 * Extracted from construction markup for hero, post cards, swipers, sidebar.
 *
 * @package Enypografa
 */

/* Read more / link button: text + bottom border + icon (used in Thanos, Prosopo, etc.) */
.pb-read-more-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	text-decoration: none;
	color: #6DAECD;
	border-bottom: 2px solid currentColor;
	padding-bottom: 2px;
	font-weight: 500;
	transition: opacity 0.2s ease;
}
.pb-read-more-link:hover {
	opacity: 0.85;
	color: #6DAECD;
}
.pb-read-more-link .bi {
	font-size: 0.9em;
}

/* Single post section (page builder): featured image max height */
.single-post-section .post-card {
	overflow: hidden;
}
.single-post-section .post-card img {
	width: 100%;
	height: auto;
	max-height: 550px;
	object-fit: cover;
	display: block;
}

/* Post card */
.post-card { position: relative; height: auto; }
.post-card .image-wrap { position: relative; }
.post-card .image-wrap img { width: 100%; height: auto; display: block; }
.post-card img { width: 100%; height: 100%; object-fit: cover; }

/* Overlay text */
.post-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.post-overlay span { font-size: 0.8rem; }
.post-overlay h5 { margin: 0; font-weight: 600; }

.post-category {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.9;
}
/* Category image (optional, set in Posts → Categories via ACF) */
.post-category .category-image,
.post-overlay .category-image {
	height: 1.25em;
	width: auto;
	max-width: 24px;
	vertical-align: middle;
	margin-right: 0.35em;
	object-fit: contain;
}
.post-title { font-size: 1.25rem; font-weight: 700; line-height: 1.3; }
.post-meta { font-size: 0.85rem; color: #6c757d; }
.post-excerpt { font-size: 0.95rem; }

/* Asymmetrical section: scoped copy of _construction/section-assymetrical-posts.html <style> (no extra layout rules) */
.assymetrical-section .post {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.assymetrical-section .post img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
}
.assymetrical-section .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	color: #fff;
}
.assymetrical-section .overlay h5 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}
.assymetrical-section .cat {
	background-color: #5a9bb5;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 5px;
}
.assymetrical-section .small-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.assymetrical-section .carousel-indicators {
	position: static;
	margin-top: 15px;
	gap: 8px;
}
.assymetrical-section .carousel-indicators button {
	width: 40px;
	height: 7px !important;
	background-color: #bdbdbd !important;
	border: none !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	opacity: 1 !important;
}
.assymetrical-section .carousel-indicators .active {
	background: #6daecd !important;
}
.assymetrical-section .banner img {
	width: 300px;
	max-width: 100%;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.assymetrical-section .banner .page-builder-rightbar {
	display: flex;
	justify-content: center;
	width: 100%;
}
.assymetrical-section .banner .page-builder-rightbar > * {
	margin-left: auto;
	margin-right: auto;
}
.assymetrical-section .banner .page-builder-rightbar iframe,
.assymetrical-section .banner .page-builder-rightbar [id^="google_ads_iframe_"],
.assymetrical-section .banner .page-builder-rightbar [id^="div-gpt-ad"] {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Grid posts, Prosopo, 4-circle, 4-colored & single-post section: category/custom label, color #6DAECD */
.grid-posts-section .post-meta-category,
.prosopo-section .post-meta-category,
.posts-4-circle-section .post-meta-category,
.posts-4-colored-section .post-meta-category,
.single-post-section .post-meta-category {
	color: #6DAECD;
	font-weight: 600;
	text-decoration: none;
}
.grid-posts-section .post-meta-category:hover,
.prosopo-section .post-meta-category:hover,
.posts-4-circle-section .post-meta-category:hover,
.posts-4-colored-section .post-meta-category:hover,
.single-post-section .post-meta-category:hover {
	color: #5a9bb5;
}

/* Grid posts: sidebar same height as posts, widgets distributed evenly */
.grid-posts-section .grid-posts-sidebar-inner {
	min-height: 0;
	justify-content: space-between;
}

/* Grid posts, 4-colored & 4-circle: post title size */
.grid-posts-section .post-title,
.posts-4-colored-section .post-title,
.posts-4-circle-section .post-title {
	font-size: 1.125rem;
}

/* Grid posts: no padding on meta/title/excerpt area; space after excerpt + black bottom border */
.grid-posts-section .grid-posts-post-body {
	padding: 0;
	padding-bottom: 1.65rem;
	border-bottom: 1px solid #000;
}

/* Single post section: banner after excerpt, centered */
.single-post-section .single-post-section-banner-below-image {
	margin-left: auto;
	margin-right: auto;
}
.single-post-section .single-post-section-sidebar {
	align-items: center;
	text-align: center;
}
.single-post-section .single-post-section-sidebar > * {
	width: 100%;
}
.single-post-section .single-post-section-sidebar .page-builder-rightbar {
	display: flex;
	justify-content: center;
	width: 100%;
}
.single-post-section .single-post-section-sidebar .page-builder-rightbar > * {
	margin-left: auto;
	margin-right: auto;
}
.single-post-section .single-post-section-sidebar .page-builder-rightbar iframe,
.single-post-section .single-post-section-sidebar .page-builder-rightbar [id^="google_ads_iframe_"],
.single-post-section .single-post-section-sidebar .page-builder-rightbar [id^="div-gpt-ad"] {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Single post + grid posts section sidebars: unconstrained banner + simple widget title */
.single-post-section .page-builder-sidebar-banner-fluid,
.grid-posts-section .page-builder-sidebar-banner-fluid {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-post-section .page-builder-sidebar-banner-fluid img,
.grid-posts-section .page-builder-sidebar-banner-fluid img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.grid-posts-section .page-builder-rightbar {
	display: flex;
	justify-content: center;
	width: 100%;
}
.grid-posts-section .page-builder-rightbar > * {
	margin-left: auto;
	margin-right: auto;
}
.grid-posts-section .page-builder-rightbar iframe,
.grid-posts-section .page-builder-rightbar [id^="google_ads_iframe_"],
.grid-posts-section .page-builder-rightbar [id^="div-gpt-ad"] {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.single-post-section .pb-sidebar-widget-title,
.grid-posts-section .pb-sidebar-widget-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	color: #fff;
	background-color: #545454;
	text-align: center;
	padding: 0.55rem 0.75rem;
	text-transform: uppercase;
}
.single-post-section .sidebar-list-title,
.grid-posts-section .sidebar-list-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	color: #fff;
	background-color: #545454;
	text-align: center;
	padding: 0.55rem 0.75rem;
	text-transform: uppercase;
}
.pb-sidebar-widget-title-link:hover {
	text-decoration: underline;
}
.pb-sidebar-widget-title .pb-sidebar-widget-title-link,
.sidebar-list-title .pb-sidebar-widget-title-link {
	color: #fff !important;
}

/* Dash pagination */
.swiper-pagination { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.swiper-pagination-bullet { width: 30px; height: 4px; border-radius: 0; background: #000; opacity: 0.3; }
.swiper-pagination-bullet-active { opacity: 1; }

/* Sidebar */
.sidebar-post { border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 12px; }
.sidebar-post:last-child { border-bottom: none; margin-bottom: 0; }
.sidebar-time { font-size: 0.8rem; color: #6c757d; }
.sidebar-title { font-size: 0.87rem; font-weight: 600; line-height: 1.4; }
.latest-articles { margin-bottom: 30px; }

/* Hero carousel */
.hero-carousel { position: relative; }
.hero-carousel .carousel-item img { height: 520px; object-fit: cover; }
.hero-overlay {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	padding: 2rem 3rem;
	backdrop-filter: blur(4px);
}
.hero-overlay h1 { font-weight: 700; }

.thumbnail-wrapper { padding: 0.75rem; }
.thumbnail-btn {
	border: 2px solid transparent;
	padding: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.thumbnail-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	transition: 0.25s ease;
}
.thumbnail-btn:hover img { opacity: 1; transform: scale(1.03); }
.thumbnail-btn.active { border-color: white; }

@media (max-width: 992px) {
	.thumbnail-btn { height: 160px; }
}
@media (max-width: 768px) {
	.hero-carousel .carousel-item img { height: 420px; }
	.thumbnail-btn { height: 120px; }
}

/* Two-part heading used across sections (formerly Boreios) */
.two-part-title {
	font-size: 2.4rem;
	line-height: 1.3;
}
.two-part-primary {
	display: block;
	font-weight: 700;
	color: #6DAECD;
	text-transform:uppercase;
}
.two-part-secondary {
	display: block;
	font-weight: 700;
	color: #545454;
	text-transform:uppercase;
}

/* Two-part title with parts next to each other (e.g. Autodioikisis section) */
.page-builder-section-title-inline .two-part-primary,
.page-builder-section-title-inline .two-part-secondary {
	display: inline;
}

/* 4-posts grid: rectangular image area (4:3) */
.posts-4-grid-section .post-card .image-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 200px;
	overflow: hidden;
}
@media (min-width: 992px) {
	.posts-4-grid-section .post-card .image-wrap {
		min-height: 260px;
	}
}
.posts-4-grid-section .post-card .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.posts-4-grid-section .post-card .image-wrap > .posts-4-grid-image-link {
	height: 100%;
}
/* Overlay above image link: clicks on gradient pass through to post link; title link stays clickable */
.posts-4-grid-section .posts-4-grid-overlay-interactive {
	pointer-events: none;
}
.posts-4-grid-section .posts-4-grid-overlay-interactive a {
	pointer-events: auto;
}
.posts-4-grid-section .post-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 50%);
}
.posts-4-grid-section .post-overlay h5 {
	font-size: 1rem;
}

/* Prosopo evdomadas: Bootstrap carousel for posts column */
.prosopo-posts-carousel {
	width: 100%;
	overflow: hidden;
}
/* Stable slide height so indicators / layout don’t jump when titles/excerpts differ */
.prosopo-posts-carousel .carousel-inner {
	min-height: calc(310px + 0.5rem + 12.75rem);
}
.prosopo-posts-carousel .post-card {
	position: relative;
	height: 310px;
	overflow: hidden;
}
.prosopo-posts-carousel .post-card > a.d-block {
	height: 100%;
}
.prosopo-posts-carousel .post-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.prosopo-posts-carousel .prosopo-post-body {
	min-height: 12.5rem;
}
.prosopo-posts-carousel .post-meta {
	line-height: 1.35;
	min-height: 1.35em;
}
.prosopo-posts-carousel .prosopo-post-title {
	font-size: 1.125rem;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
	min-height: calc(1.3em * 2);
}
.prosopo-posts-carousel .prosopo-post-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 1.4;
	font-size: 0.95rem;
	min-height: calc(4 * 1.4 * 0.95rem);
	margin-bottom: 0;
}
.prosopo-section .prosopo-carousel-indicators {
	position: static;
	margin-top: 15px;
	margin-bottom: 0;
	gap: 8px;
}
.prosopo-section .prosopo-carousel-indicators button {
	width: 40px;
	height: 7px !important;
	margin: 0;
	padding: 0;
	background-color: #bdbdbd !important;
	border: none !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	opacity: 1 !important;
	text-indent: 0;
}
.prosopo-section .prosopo-carousel-indicators button.active {
	background-color: #6daecd !important;
}

/* Prosopo evdomadas: title column full height within row, no overflow */
.prosopo-section {
	overflow: hidden;
}
.prosopo-section-row.prosopo-section-row {
	align-items: stretch;
	/* Larger gap between title column and posts column */
	--bs-gutter-x: 3rem;
}
@media (min-width: 992px) {
	.prosopo-section-row {
		--bs-gutter-x: 4rem;
	}
}
.prosopo-section .prosopo-title-column {
	display: flex;
	min-height: 0;
	position: relative;
}
.prosopo-section .prosopo-title-column .prosopo-feature-column-wrap {
	flex: 1 1 0;
	min-height: 100%;
	min-height: 280px;
	width: 100%;
	border-radius: 0;
}

/* Prosopo evdomadas: title column with first-post featured image + overlay */
.prosopo-feature-column-wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.prosopo-feature-column-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.55);
	pointer-events: none;
}
.prosopo-feature-column-wrap .prosopo-feature-column {
	position: relative;
	z-index: 1;
	flex: 1 1 0;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
}
.prosopo-feature-column-wrap--has-bg .prosopo-column-title-line-1,
.prosopo-feature-column-wrap--has-bg .prosopo-column-title-line-2,
.prosopo-feature-column-wrap--has-bg .pb-read-more-link {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.prosopo-feature-column-wrap--has-bg .pb-read-more-link {
	border-bottom-color: rgba(255, 255, 255, 0.9);
}
.prosopo-feature-column-wrap--has-bg .pb-read-more-link:hover {
	color: #fff;
	opacity: 0.95;
}

/* Prosopo evdomadas: feature column – reversed alignment (left column = right align, right column = left align) */
.prosopo-feature-column { text-align: right; }
.prosopo-feature-column--right {
	align-items: flex-start !important;
	text-align: left;
}
.prosopo-column-title {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.3;
	text-align: right;
}
.prosopo-column-title-icon {
	display: inline-block;
}
.prosopo-column-title-icon-img {
	max-width: 100px;
	height: auto;
}
.prosopo-column-title-line {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.prosopo-column-title-line-1 {
	color: #6DAECD;
}
.prosopo-column-title-line-2 {
	color: #000000;
	font-size: 0.9em;
}
.prosopo-feature-column--right .prosopo-column-title {
	text-align: left;
}
.prosopo-feature-image { max-width: 100%; height: auto; display: block; }
.prosopo-feature-column--right .prosopo-feature-image { margin-left: auto; }

/* Prosopo evdomadas: plenty of space above and below the posts column */
.prosopo-section .prosopo-posts-column {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media (min-width: 992px) {
	.prosopo-section .prosopo-posts-column {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

/* Page builder: section sidebars — no fixed IAB slots; images/HTML use natural size up to column width */
.page-builder-rightbar {
	max-width: 100%;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}
.page-builder-rightbar img {
	max-width: 100%;
	height: auto;
	display: block;
}
.page-builder-rightbar iframe {
	max-width: 100%;
	display: block;
	border: 0;
}

/* Centered ad below posts (e.g. Autodioikisis section) */
.page-builder-ad-below {
	max-width: 100%;
}
.page-builder-ad-below img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Subcategories grid: flipping cards – front = name, back = image (100×100) */
.subcategories-grid-section .subcategory-flip-card {
	perspective: 600px;
	/* Height fits 100px image + even padding top/bottom (8px each) */
	height: 116px;
	display: block;
}
.subcategories-grid-section .subcategory-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
}
.subcategories-grid-section .subcategory-flip-card:hover .subcategory-flip-inner {
	transform: rotateY(180deg);
}
.subcategories-grid-section .subcategory-flip-front,
.subcategories-grid-section .subcategory-flip-back {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #6DAECD;
	border-radius: 7px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.subcategories-grid-section .subcategory-flip-front {
	background: #fff;
	padding: 0.5rem;
}
.subcategories-grid-section .subcategory-flip-back {
	background: #f8f9fa;
	transform: rotateY(180deg);
	/* 8px padding so 100×100 image has space from container edges */
	padding: 8px;
	box-sizing: border-box;
}
.subcategories-grid-section .subcategory-flip-card:hover .subcategory-flip-front {
	border-color: rgba(0, 0, 0, 0.12);
}
.subcategories-grid-section .subcategory-name {
	display: block;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	word-break: break-word;
}
.subcategories-grid-section .subcategory-flip-back .subcategory-image {
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 2px;
}
.subcategories-grid-section .subcategory-flip-back .subcategory-name {
	font-size: 0.85rem;
}

/* Banners section: row of banners (HTML or image + link), centered */
.banners-section .banners-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}
.banners-section .banners-col {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
}
.banners-section .page-builder-banner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.banners-section .page-builder-banner img {
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
.banners-section .page-builder-banner a {
	display: inline-block;
}
.banners-section .page-builder-banner a img {
	display: block;
}
/* Banners section: size variants */
.banners-section .page-builder-banner--300x250 {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.banners-section .page-builder-banner--300x250 img {
	width: 300px;
	height: 250px;
	object-fit: cover;
}
.banners-section .page-builder-banner--300x600 {
	width: 300px;
	height: 600px;
	overflow: hidden;
}
.banners-section .page-builder-banner--300x600 img {
	width: 300px;
	height: 600px;
	object-fit: cover;
}
.banners-section .page-builder-banner--728x90 {
	width: 728px;
	height: 90px;
	overflow: hidden;
}
.banners-section .page-builder-banner--728x90 img {
	width: 728px;
	height: 90px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.page-builder-rightbar {
		margin-left: auto;
		margin-right: auto;
	}
}

/* 4 Posts Circle: circular image, greyscale → color on hover */
.posts-4-circle-section .posts-4-circle-card:hover {
	text-decoration: none;
	color: inherit;
}
.posts-4-circle-img-wrap {
	width: 100%;
	aspect-ratio: 1;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.posts-4-circle-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}
.posts-4-circle-card:hover .posts-4-circle-img {
	filter: grayscale(0);
}
.posts-4-circle-title {
	font-weight: 600;
	line-height: 1.3;
}
.posts-4-circle-card:hover .posts-4-circle-title {
	text-decoration: none;
}
.posts-4-circle-excerpt {
	line-height: 1.4;
}

/* 4 Posts Colored: standard rectangular image, no hover effects, per-card background */
.posts-4-colored-section .posts-4-colored-card {
	background-color: #f8f9fa;
	height: 100%;
}
@media (max-width: 767.98px) {
	/* More space between colored cards on mobile */
	.posts-4-colored-section .row {
		row-gap: 1rem;
	}
	/* Bring meta/title/excerpt closer to image on mobile */
	.posts-4-colored-section .grid-posts-post-body {
		margin-top: 0 !important;
		padding: 0.75rem !important;
	}
}

/* 4 posts 1 + 3 columns: equal-height cols, overlay like asymmetrical + category above title */
.posts-1-3-section {
	--posts-1-3-gap: 1rem;
	--posts-1-3-right-card-h: 180px;
}
.posts-1-3-section .posts-1-3-col-inner {
	display: flex;
	flex-direction: column;
}
.posts-1-3-section .posts-1-3-right-stack {
	gap: var(--posts-1-3-gap);
}
/* Right column: 3 equal cards */
.posts-1-3-section .posts-1-3-right-stack .posts-1-3-card {
	height: var(--posts-1-3-right-card-h);
	display: flex;
	flex-direction: column;
}
/* Left column: exactly same total height as right stack (3 cards + 2 gaps) */
.posts-1-3-section .posts-1-3-col-inner:not(.posts-1-3-right-stack) .posts-1-3-card {
	height: calc((var(--posts-1-3-right-card-h) * 3) + (var(--posts-1-3-gap) * 2));
	display: flex;
	flex-direction: column;
}
.posts-1-3-section .posts-1-3-media {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.posts-1-3-section .posts-1-3-media > .posts-1-3-image-link {
	flex: 1 1 auto;
	min-height: 0;
	align-self: stretch;
}
.posts-1-3-section .posts-1-3-img {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* Overlay above image link: pass clicks through empty gradient so image link works; keep inner links clickable */
.posts-1-3-section .posts-1-3-overlay-interactive {
	pointer-events: none;
}
.posts-1-3-section .posts-1-3-overlay-interactive a {
	pointer-events: auto;
}
.posts-1-3-section .post-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 50%);
}
.posts-1-3-section .post-overlay h5 {
	font-size: 1rem;
}
.posts-1-3-section .posts-1-3-overlay-category {
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
}
.posts-1-3-section .posts-1-3-overlay-category a,
.posts-1-3-section .posts-1-3-overlay-category span {
	background-color: #6daecd;
    color: #fff;
    padding: 2px 4px;
}
.posts-1-3-section .posts-1-3-overlay-category a:hover {
	color: #5a9bb5;
	text-shadow: 1px 1px white;
}
@media (max-width: 991px) {
	.posts-1-3-section .posts-1-3-col-inner:not(.posts-1-3-right-stack) .posts-1-3-card,
	.posts-1-3-section .posts-1-3-right-stack .posts-1-3-card {
		height: auto;
	}
	.posts-1-3-section .posts-1-3-img {
		min-height: 220px;
	}
}
@media (max-width: 767.98px) {
	.page-builder-section-title-inline .two-part-primary,
	.page-builder-section-title-inline .two-part-secondary {
		display: block;
	}
}

/* Hero + 4 bottom posts (_construction/section-hero-bottom-posts.html) */
.hero-bottom-posts-section {
	height: 75vh;
}
.hero-bottom-posts-section .hero-bottom-posts-bg-img {
	z-index: 0;
	object-fit: cover;
}
.hero-bottom-posts-section .hero-bottom-posts-overlay {
	z-index: 1;
}
.hero-bottom-posts-section .hero-bottom-posts-inner {
	z-index: 2;
	max-width: 1400px;
}
.hero-bottom-posts-section .post-mini-title {
	font-size: 0.875rem;
	line-height: 1.2;
	font-weight: 600;
}
.hero-bottom-posts-section .post-mini-title a {
	color: inherit;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.hero-bottom-posts-section {
		height: auto;
		min-height: 75vh;
	}
}

/* Hero + overlapping 4 posts (_construction/section-hero-overlap-posts.html) */
.hero-overlap-posts-block .hero-overlap-posts-container {
	max-width: 1250px;
}
.hero-overlap-posts-block .hero {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-overlap-posts-block .hero img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: 0;
}
/* Dark overlay so hero category + title stay readable on any image */
.hero-overlap-posts-block .hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.72) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.2) 100%
	);
}
.hero-overlap-posts-block .hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
}
@media (max-width: 991.98px) {
	.hero-overlap-posts-block .hero-content h1 {
		font-size: 22px;
	}
}

.hero-overlap-posts-block .hero-category a {
	background-color: #6daecd;
    color: #fff;
    padding: 2px 4px;
}
.hero-overlap-posts-block .posts-wrapper {
	background: #fff;
	margin-top: -120px;
	padding: 20px;
	position: relative;
	z-index: 3;
}
.hero-overlap-posts-block .post-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.hero-overlap-posts-block .post-category {
	font-size: 0.85rem;
	text-transform: none;
	margin-top: 12px;
	color: #6daecd;
}
.hero-overlap-posts-block .post-category a {
	color: inherit;
}
.hero-overlap-posts-block .post-title {
	font-size: 1rem;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.hero-overlap-posts-block .posts-wrapper {
		margin-top: -75px;
		padding: 24px;
	}
	.hero-overlap-posts-block .hero {
		min-height: 420px;
	}
}
