
.woodmart-recent-posts li {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.woodmart-recent-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.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 .recent-posts-info {
	flex: 1 1 auto;
}

.woodmart-recent-posts .wd-entities-title {
	margin-bottom: 8px;
	font-size: inherit;
}

.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;
}
