.bl-explore-post-block {
	background-color: #97c3bf60;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}

.bl-explore-post-block:hover,
.bl-explore-post-block:focus-visible {
	text-decoration: none;
}

.bl-explore-post-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.bl-explore-post-content {
	display: flex;
	flex-direction: column;
}

.bl-explore-post-subtitle {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #000;
}

.bl-explore-post-title {
	margin: 0;
	font-size: 18px !important;
    line-height: 1.2 !important;
	color: #000 !important;
}

.bl-explore-post-title a {
	color: inherit !important;
	text-decoration: none;
}

.bl-explore-post-title a:hover,
.bl-explore-post-title a:focus-visible {
	text-decoration: underline;
}

.bl-explore-post-link {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: inherit;
    margin-top: 20px;
    text-decoration: underline !important;
}

.bl-explore-post-link:hover,
.bl-explore-post-link:focus-visible {
	text-decoration: none;
}

.bl-explore-post-block.bl-explore-post-block--no-image {
	flex-direction: row;
	align-items: stretch;
}

.bl-explore-post-block.bl-explore-post-block--no-image .bl-explore-post-image {
	width: 2rem;
	height: auto;
	border-radius: 1rem;
	background-color: #DD3900;
}

.bl-explore-post-block.bl-explore-post-block--no-image .bl-explore-post-image img {
	display: none;
}

