.woodmart-recent-posts .recent-posts-thumbnail {
	flex: 0 0 auto;
	max-width: 50%;
	overflow: hidden;
	margin-inline-end: 15px;
}

.woodmart-recent-posts .recent-posts-thumbnail img {
	min-width: 60px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.woodmart-recent-posts :is(.recent-posts-time,.recent-posts-comment) {
	color: var(--color-gray-300);
	font-size: 90%;
}

.woodmart-recent-posts .recent-posts-time {
	margin-inline-end: 5px;
}