
.woodmart-recent-posts li {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.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-right: 15px;
}

.woodmart-recent-posts .recent-posts-thumbnail img {
	min-width: 60px;
}

.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 .recent-posts-time, .woodmart-recent-posts .recent-posts-comment {
	color: #bbb;
	font-size: 90%;
}

.woodmart-recent-posts .recent-posts-time {
	margin-right: 5px;
}

[class*="color-scheme-light"] .woodmart-recent-posts li {
	border-color: rgba(255, 255, 255, .2);
}

[class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-time, [class*="color-scheme-light"] .woodmart-recent-posts .recent-posts-comment {
	color: rgba(255, 255, 255, .8);
}
