/* =Posts & Comments Blocks
---------------------------- */

.ys-recent-posts ul li,
.ys-recent-comments ul li {
	margin-bottom: 28px;
	overflow: hidden;
	line-height: normal !important;
}

.ltr .ys-recent-posts img.thumb,
.ltr .widgets img.avatar {
	margin: 2px 20px 0 0;
}

.rtl .ys-recent-posts img.thumb,
.rtl .widgets img.avatar {
	margin: 2px 0 0 20px;
}

.ys-recent-posts .title,
.ys-recent-comments .title {
	display: block;
	padding: 5px 0;
	color: #A6B2BB;
	font-size: 14px;
	font-weight: 700;
	word-break: break-all;
}

.ys-recent-posts .meta > span,
.ys-recent-comments .meta > span {
	display: inline-block;
	font-size: 13px;
	color: #BFCAD2;
}

.ys-recent-posts .meta > span:nth-child(n+2):before,
.ys-recent-comments .meta > span:nth-child(n+2):before {
	content: '//';
	margin-right: 4px;
	margin-left: 4px;
}