.other-news .news-post{
	 margin-bottom:var(--wp--preset--spacing--50);
	padding-bottom:var(--wp--preset--spacing--50);
	border-bottom:1px solid var(--wp--preset--color--middlegrey);
}
.other-news .news-post:last-of-type{
	 margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
body .news-post a, body .featured-news a{
	color:inherit;
}