/* Vanan Recent Posts Widget — vnw- namespace
   Palette (Jul 2026): #FEFEFF near-white | #0045A4 blue | #16A34A green | #0F172A dark slate */

.vnw-recent {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vnw-recent__item {
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.vnw-recent__item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.vnw-recent__link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	background: #FEFEFF;
}

.vnw-recent__thumb {
	flex: 0 0 auto;
}

.vnw-recent__thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.vnw-recent__meta {
	min-width: 0;
}

.vnw-recent__title {
	display: block;
	color: #0F172A;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
}

.vnw-recent__link:hover .vnw-recent__title {
	color: #0045A4;
}

.vnw-recent__date {
	display: block;
	color: #16A34A;
	font-size: 12px;
	font-weight: 500;
	margin-top: 3px;
}

.vnw-recent__empty {
	color: #0F172A;
	opacity: 0.7;
}
