<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1260px) {
    div.featuredRule {
        width: 996px;
    }

    div.featured {
        width: 312px;
    }

        div.featured &gt; div.caption {
            width: 322px;
            height: 30px;
        }

            div.featured &gt; div.caption &gt; a {
                font-size: 19px;
            }

        div.featured img {
            width: 322px;
            height: 226px;
        }

        div.featured span.tm,
        div.featured span.rtm {
            top: -6px;
        }

    div.featuredSeparator {
        height: 246px;
        margin-left: 17px;
        margin-right: 7px;
    }

        div.featuredSeparator.twoLine {
            height: 253px;
        }

    #textLinkGrid {
        width: 996px;
    }

    div.textLink {
        height: 30px;
    }

        div.textLink &gt; a {
            font-size: 15px;
        }

        div.textLink span.tm {
            top: -3px;
        }
}
</pre></body></html>