.enf-sidebar-posts {
	--enf-sidebar-title:#111827;
	--enf-sidebar-text:#153047;
	--enf-sidebar-muted:#64748b;
	--enf-sidebar-green:#006b3f;
	width:100%;
	font-family:inherit;
}

.enf-sidebar-posts,
.enf-sidebar-posts * {
	box-sizing:border-box;
}

.enf-sidebar-posts__heading {
	margin:0 0 18px!important;
	color:var(--enf-sidebar-green)!important;
	font-size:1.08rem!important;
	line-height:1.2!important;
	font-weight:800!important;
	letter-spacing:-.02em;
}

.enf-sidebar-posts__list {
	display:grid;
	gap:30px;
}

.enf-sidebar-posts__item {
	display:block;
	margin:0;
	padding:0;
	color:var(--enf-sidebar-text);
}

.enf-sidebar-posts__item::after {
	content:"";
	display:block;
	clear:both;
}

.enf-sidebar-posts__thumb {
	float:right;
	display:block;
	width:120px;
	aspect-ratio:1.52/1;
	margin:0 0 8px 18px;
	border-radius:10px;
	overflow:hidden;
	background:#f1f5f2;
	text-decoration:none!important;
	box-shadow:0 8px 18px rgba(15,23,42,.06);
}

.enf-sidebar-posts__thumb img {
	display:block;
	width:100%!important;
	height:100%!important;
	object-fit:cover;
	border-radius:10px!important;
}

.enf-sidebar-posts__meta {
	display:inline-flex;
	margin:0 0 5px;
	color:var(--enf-sidebar-green);
	font-size:.68rem;
	line-height:1.2;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.enf-sidebar-posts__title {
	margin:0 0 9px!important;
	color:var(--enf-sidebar-title)!important;
	font-size:.98rem!important;
	line-height:1.22!important;
	font-weight:800!important;
	letter-spacing:-.012em;
}

.enf-sidebar-posts__title a {
	color:inherit!important;
	text-decoration:none!important;
}

.enf-sidebar-posts__title a:hover,
.enf-sidebar-posts__title a:focus {
	color:var(--enf-sidebar-green)!important;
	text-decoration:underline!important;
	text-underline-offset:3px;
}

.enf-sidebar-posts__excerpt {
	display:block;
	margin:0!important;
	color:var(--enf-sidebar-text)!important;
	font-size:.9rem!important;
	line-height:1.58!important;
	font-weight:400!important;
	text-align:left!important;
	hyphens:none!important;
	word-spacing:normal!important;
	letter-spacing:0!important;
}

@media (max-width:760px) {
	.enf-sidebar-posts__thumb {
		width:106px;
		margin-left:14px;
	}
}

@media (max-width:420px) {
	.enf-sidebar-posts__thumb {
		width:96px;
		margin-left:12px;
	}
}
