div.news-list
{
	word-wrap: break-word;
	border-bottom: 1px solid #000;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
div.news-list .card {
	position: relative;
	border: none;
}

div.news-list .card .cover {
	display: grid;
	justify-items: center;
  	align-items: center;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: #00000090;
	text-align: center;
	padding: 1rem;
	transition: 0.5s;
}

div.news-list .card:hover .cover{
	background-color: #000418ee;
} 

div.news-list a{
	color: #fff;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
}

div.news-list .date {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	text-align: center;
}
.digest-shadow {
	box-shadow: 1px 1px 10px #170a8bc7!important;
}
