#elRecentEntries {
	margin: 0 20px 15px;
}

	#elRecentEntries .ipsWidget_title {
		text-align: left;
	}

.cRecentEntry {
	width: 290px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.cRecentEntry_catBadge {
	position: absolute;
	left: 10px;
	top: 10px;
	background: rgba(51, 51, 51, 0.5);
	border-radius: 30px;
	padding: 3px 15px;
	line-height: 18px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
}

	.cRecentEntry_catBadge a {
		color: inherit;
	}

.cRecentEntryHeader {
	display: block;
	min-height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.cRecentEntry_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	white-space: normal;
}

	.cRecentEntry_content > .cRecentEntry_contentInner {
		flex-grow: 1;
	}

.cRecentEntryTitle {
	font-size: {fontsize="large"};
	font-weight: 600;
}

.cRecentEntry_stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	line-height: 1.3;
}

@media screen and (max-width: 979px) {
	#ipsLayout_contentWrapper {
		padding-top: 10px;
	}

	#elRecentEntries {
		margin: 0 10px 0;
	}
}