<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) {

    span.heading {
        font-size: 18px;
    }

    div.categoryGroup {
        width: 996px;
    }

    div.category {
        height: 260px;
    }

        div.category img {
            width: 200px;
            height: auto;
        }

        div.category &gt; div.caption a {
            font-size: 15px;
        }
}
</pre></body></html>