/* =========================================================
Latest Posts Section
========================================================= */
.vbx-latest-posts {
	background: var(--vbxwoo-light);
}

.vbx-latest-posts__heading {
	margin-bottom: 12px;
	color: #3a3a3a;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}

.vbx-latest-posts__featured-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 388px;
	border: 1px solid var(--vbxwoo-border);
	background: var(--vbxwoo-light);
	overflow: hidden;
	text-decoration: none;
}

.vbx-latest-posts__featured-img {
	width: 100%;
	height: 388px;
	object-fit: contain;
}

.vbx-latest-posts__featured-title {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.vbx-latest-posts__featured-title a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbx-latest-posts__featured-title a:hover,
.vbx-latest-posts__featured-title a:focus-visible {
	color: var(--vbxwoo-info);
}

.vbx-latest-posts__list {
	display: flex;
	flex-direction: column;
}

.vbx-latest-posts__item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed var(--vbxwoo-border);
}

.vbx-latest-posts__item-thumb {
	width: 130px;
	height: 66px;
	overflow: hidden;
	background: #f5f5f5;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vbx-latest-posts__item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vbx-latest-posts__item-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.vbx-latest-posts__item-title a {
	color: var(--vbxwoo-text);
	text-decoration: none;
}

.vbx-latest-posts__item-title a:hover,
.vbx-latest-posts__item-title a:focus-visible {
	color: var(--vbxwoo-info);
}

.vbx-latest-posts__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	padding: 8px 13px;
	border-radius: 0;
	background: #4f8fe8;
	color: var(--vbxwoo-light);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
}

.vbx-latest-posts__view-all:hover,
.vbx-latest-posts__view-all:focus-visible {
	background: #2f73d6;
	color: var(--vbxwoo-light);
}

.vbx-latest-posts__no-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #888;
	font-size: 14px;
	font-weight: 600;
}

.vbx-latest-posts__no-image--small {
	font-size: 12px;
}

@media (max-width: 991.98px) {
	.vbx-latest-posts__featured-thumb {
		min-height: 300px;
	}

	.vbx-latest-posts__featured-img {
		height: 300px;
	}
}

@media (max-width: 575.98px) {
	.vbx-latest-posts__heading {
		font-size: 21px;
	}

	.vbx-latest-posts__featured-thumb {
		min-height: 220px;
	}

	.vbx-latest-posts__featured-img {
		height: 220px;
	}

	.vbx-latest-posts__item {
		gap: 10px !important;
	}

	.vbx-latest-posts__item-thumb {
		width: 105px;
		height: 60px;
	}

	.vbx-latest-posts__item-title {
		font-size: 13px;
	}

	.vbx-latest-posts__view-all {
		width: 100%;
	}
}

/* =========================================================
End Latest Posts Section
========================================================= */

