/* rss-feed.css */
.resdesc p, 
.resdesc ul, 
.resdesc ol, 
.resdesc h2,
.resdesc h3,
.resdesc h4,
.s-lg-rss-links, .s-lg-rss-list-item .s-ui-helptip, .s-lg-rss-date, .s-lg-rss-list-item i.fa-external-link, 
.resdesc figcaption.wp-element-caption, 
.resdesc figure:not(:first-of-type), 
.resdesc .wp-block-image:not(:first-of-type), 
.wp-block-image figure,
.resdesc .youtube-player { display:none; }

ul.s-lg-rss-list { list-style-type:none; padding-left:0; }

@media  (max-width:400px) {
.s-lg-title { grid-template-columns:11rem 1fr; }
    .resdesc figure img { height:10rem; width:10rem;}

}

@media (max-width:767.9px) {
	.s-lg-title { 
		display:grid; 
		grid-template-columns:17rem 1fr; 
		grid-gap:1rem;}
	.s-lg-title a {order:2; }
	.resdesc figure img {object-fit:cover; height:15rem; width:15rem;}
	.s-lg-rss-list-item { border-bottom:1px dashed #ccc; padding:10px 0; }
	.s-lg-rss-list-item:first-of-type { padding-top:0; }
	.s-lg-rss-list-item:last-of-type { border-bottom:0; }
	
}

@media (min-width:768px) {

}

