.wxLatestNewsItem {
	padding: 0;
	transition: all 0.2s;
	height: 100%;
	background: #fff;
}

.wxLatestNewsItem:hover {
	/*transform: scale(1.01);*/
	transition: all 0.2s;
}

.wxLatestNewsThumbnail img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: 230px;
	object-fit: cover;
	object-position: center;
}

.wxLatestNewsItem {
	border-radius: 0;
}

.wxLatestNewsThumbnail img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.wxLatestNewsHeader {
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 1rem;
	display: block;
	font-family: "Comfortaa";
}

.wxLatestNewsHeader a,
.wxLatestNewsTitle a {
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wxLatestNewsHeader a:hover {
	text-decoration: underline;
}

.wxLatestNewsContent {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.wxLatestNewsTitle {
	font-size: 18px;
	line-height: 1.45rem;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.wxLatestNewsDate {
	color: #999999;
	font-size: .8rem;
	margin-top: 10px;
	display: block;
}

.wxLatestNewsMorePostsButton {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}
