.elementor-6091 .elementor-element.elementor-element-108fd43{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-6091 .elementor-element.elementor-element-aaef441{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-6091 .elementor-element.elementor-element-aaef441{--width:90%;}}@media(max-width:1024px){.elementor-6091 .elementor-element.elementor-element-108fd43{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-6091 .elementor-element.elementor-element-108fd43{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-6091 .elementor-element.elementor-element-aaef441{--width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-e95e0ea */.custom-archive-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;	
}

/* First Post */
.first-post-container {
	width: 100%;
}
.first-post-container .archive-post-item {
	width: 100%;
}
.first-post-container .post-thumbnail-container {
	order: 2;
	width: 40%;
	aspect-ratio: 1 / 1;
}
.first-post-container .post-content {
	order: 1;
	width: 60%;
	justify-content: center;
	gap: 10px;
}
.first-post-title {
	margin: 0;
	font-weight: 500;
	width: 100%;
}
.first-post-title a {
	color: var(--e-global-color-primary) !important;
}
.first-post-title a:hover {
	color: var(--e-global-color-c34ffa1) !important;
}
.first-post-container .post-footer {
	margin-top: 20px;
}
.first-post-container .post-footer a {
	color: var(--e-global-color-d99214d) !important;
}
@media (max-width: 767px) {
	.first-post-container .post-thumbnail-container {
		order: 1;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.first-post-container .post-content {
		order: 2;
		width: 100%;
	}
}

/* Other Posts */
.remaining-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 24px;
}
.archive-post-item {
	width: calc(33.33% - 16px);
	background-color: #F0ECE6;
}
.post-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
	.archive-post-item {
		width: calc(50% - 12px);
	}
}
@media (max-width: 767px) {
	.archive-post-item {
		width: 100%;
	}
}

/* Featured Image */
.post-thumbnail-container {
	order: 1;
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.post-thumbnail-link:hover .post-thumbnail-background {
	transform: scale(1.08);
}
.post-thumbnail-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.post-thumbnail-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.5s ease;
}
@media (max-width: 767px) {
	.post-thumbnail-container {
		order: 1;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

/* Post Content */
.post-content {
	order: 2;
	width: 100%;
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.post-title {
	margin: 0;
	font-weight: 500;
}
.post-meta .post-date {
	font-size: 14px;
	font-weight: 400;
}
.post-meta .post-categories {
	display: none;
}
.post-content .post-title a,
.post-content .post-categories a,
.post-content .post-footer a {
	color: var(--e-global-color-primary) !important;
}
.post-content .post-title a:hover,
.post-content .post-categories a:hover,
.post-content .post-footer a:hover {
	color: var(--e-global-color-c34ffa1) !important;
}
@media (max-width: 767px) {
	.post-content {
		order: 2;
		width: 100%;
	}
}/* End custom CSS */