/* Adjustments for the EXT:news */

.news .itemlatest .news-img-wrap {
	float: left;
	margin: 0px 12px 5px 0;
	background: #fff;
}

.news .itemlatest .footer {
	clear: none;
	padding: 0;
	border-top: 0;
	margin-top: 0;
	color: #888;
}

.news .itemlatest .teaser-text {
	padding-left: 122px;
}

.news-list-view .itemlatest h4 {
	margin-bottom: .4rem;
}

.news-list-view .itemlatest .teaser-text > div > p {
	display: inline;
}

.news-list-view .itemlatest .fa-angle-right {
	font-size: 150%;
	font-weight: bold;
}

.news-list-latest {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list-latest .itemlatest {
	flex: 1 1 270px;
}

.news-list-latest .itemlatest {
	margin-right:20px;
	border-bottom: 1px solid #ccc;
}

.news .news-list-latest .article,
.news .news-list-latest .article:last-child {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}