<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Recent News Generic Styles */  
.mod-more-news .news-thumbnail { position:relative }
.mod-more-news .news-thumbnail .fa { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); font-size:3rem; color:var(--global-linkcolor); opacity:0.8 }
.mod-more-news .story:focus .news-thumbnail .fa,
.mod-more-news .story:hover .news-thumbnail .fa { color:var(--global-linkhovercolor); opacity:1 }
.mod-more-news .related-links { position:relative; z-index:1 }

.mod-more-news.style5 .story .sport-icon { font-size:1.25rem }

@media only screen and (min-width:1200px) {
    .mod-more-news.style5 .story .sport-icon { font-size:2rem }
}</pre></body></html>