/* Block: usnews-simple */


.block.usnews-simple .teaser{position:relative;}
.block.usnews-simple .teaser hgroup h2,
.block.usnews-simple .teaser hgroup h3{color:var(--drg-blue) !important;margin-bottom:16px!important;}

.block.usnews-simple .teaser[target=_blank] hgroup h2:after,
.block.usnews-simple .teaser[target=_blank] hgroup h3:after{display:inline;position:relative;top:-1px;left:0;opacity:.5;font-size:.66em;content:"\f08e";font-family:"Font Awesome 6 Pro";font-weight:600;color:var(--us-textcolor);transition:var(--us-transition);margin-left:.6em;}

.teaser hgroup + .teaser-image{margin-top:16px!important;}

.block.usnews-simple .teaser .teaser-text{position:relative;font-size:14px!important;margin-top:16px!important;max-height:93px!important;overflow:hidden;text-overflow:ellipsis;max-width:380px;}
.block.usnews-simple .teaser .teaser-text:after{display:block;position:absolute;bottom:0;right:0;height:20px;width:50px;pointer-events:none;content:'';background:linear-gradient(270deg, rgba(245, 246, 247, 1) 0%, rgba(245, 246, 247,0) 100%);}

.overlay-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;}

.block.usnews-simple .teaser .teaser-image img{object-fit:cover;aspect-ratio:2/1;}

.block.usnews-simple .teaser .themebtn.textlink{position:relative;font-size:14px!important;font-weight:400 !important;min-height:inherit!important;z-index:20;}
.block.usnews-simple .teaser .themebtn.textlink i{transition:var(--us-transition);}
.block.usnews-simple .teaser .themebtn.textlink i:before{font-weight:400!important;font-size:12px!important;}
.block.usnews-simple .teaser .themebtn.textlink span{position:relative;}
.block.usnews-simple .teaser .themebtn.textlink span:after{position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--us-secondary-color);opacity:.33;content:'';transition:var(--us-transition);}
.block.usnews-simple .teaser .themebtn.textlink:hover span + i{margin-left:12px!important;}
.block.usnews-simple .teaser .themebtn.textlink:hover span:after{width:100%;}


.block.usnews-simple .teaser:nth-child(3){display:none;}

.block.usnews-simple .news-grid{display:grid;grid-gap:var(--us-gap);grid-template-columns:1fr;}
@media screen and (min-width:768px){
	.block.usnews-simple .news-grid{grid-template-columns:1fr 1fr;}
}
@media screen and (min-width:1024px){
	.block.usnews-simple .news-grid{grid-template-columns:1fr 1fr 1fr;}

	.block.usnews-simple .teaser:first-child,
	.block.usnews-simple .teaser:last-child{display:flex;flex-direction:column;}
	.block.usnews-simple .teaser:first-child hgroup,
	.block.usnews-simple .teaser:last-child hgroup{order:1;margin-top:0!important;}
	.block.usnews-simple .teaser:first-child .teaser-image,
	.block.usnews-simple .teaser:last-child .teaser-image{order:2;}
	.block.usnews-simple .teaser:first-child .teaser-text,
	.block.usnews-simple .teaser:last-child .teaser-text{order:3;}

	.block.usnews-simple .teaser .btn-holder{order:3;}

	/*.block.usnews-simple .teaser:nth-child(3){display:block;}*/
}
@media screen and (min-width:1280px){
	.block.usnews-simple .news-grid{grid-gap:64px;}
}
