/**
 * Blog listing visibility and image behavior (home.php + homepage).
 */

.main-content-section-wrapper .elementor-element-d31f050.elementor-invisible,
.elementor-3224 .elementor-element-987bbfc.elementor-invisible {
	visibility: visible;
}

.blog-item-current-style1 .thumb {
	aspect-ratio: 3 / 2;
}

.blog-item-current-style1 .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.elementor-1423 #blog-holder-361109.isotope-layout .isotope-layout-inner,
.elementor-3224 #blog-holder-801818.isotope-layout .isotope-layout-inner,
.main-content-section-wrapper #blog-holder-361109.isotope-layout .isotope-layout-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.elementor-1423 #blog-holder-361109.isotope-layout .isotope-item,
.elementor-3224 #blog-holder-801818.isotope-layout .isotope-item,
.main-content-section-wrapper #blog-holder-361109.isotope-layout .isotope-item {
	width: auto;
	max-width: 100%;
	float: none;
	margin-bottom: 0;
}

.elementor-1423 #blog-holder-361109 .blog-item-current-style1,
.elementor-3224 #blog-holder-801818 .blog-item-current-style1,
.main-content-section-wrapper #blog-holder-361109 .blog-item-current-style1 {
	max-width: 100%;
}

.main-content-section-wrapper .pagination-wrapper {
	margin-top: 30px;
	margin-bottom: 10px;
}

.true-calm-blog-empty {
	grid-column: 1 / -1;
	max-width: 420px;
	padding: 24px 20px;
	border: 1px solid rgba(12, 47, 37, 0.1);
	border-radius: 16px;
	background: #f5fbf7;
	color: #4f5f59;
	font-size: 16px;
	line-height: 1.6;
}

.true-calm-blog-empty p {
	margin: 0;
}

.main-content-section-wrapper .pagination-wrapper .pagination {
	justify-content: center;
}

@media (max-width: 1024px) {
	.elementor-1423 #blog-holder-361109.isotope-layout .isotope-layout-inner,
	.elementor-3224 #blog-holder-801818.isotope-layout .isotope-layout-inner,
	.main-content-section-wrapper #blog-holder-361109.isotope-layout .isotope-layout-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.elementor-1423 #blog-holder-361109.isotope-layout .isotope-layout-inner,
	.elementor-3224 #blog-holder-801818.isotope-layout .isotope-layout-inner,
	.main-content-section-wrapper #blog-holder-361109.isotope-layout .isotope-layout-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.true-calm-blog-empty {
		max-width: 100%;
	}
}
