/* This block makes use of the CSS styles native to the Media + Text block in Gutenberg
*  Additional styles for link hadling are below
*/

#at-news-block {
  margin-top: 2rem;
}
#at-news-block a.news-article-block-link {
	text-decoration: none;
}
#at-news-block a.news-article-block-link:hover {
	color: #000;
}
#at-news-block img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}
#at-news-block a:hover > .wp-block-media-text > .wp-block-media-text__content > h3 {
	text-decoration: underline;
}
#at-news-block a:hover > .wp-block-media-text {
	background-color: #dddddd;
	  transition: 0.4s;
}
#at-news-block h3 {
  font-size: 1.5625rem;
}