<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 851px) {

    #mainmenu-icon {
        display: none;
    }

    #mainmenu &gt; ul {
        display: block !important;
    }

}

@media screen and (max-width: 850px) {

    #mainmenu-icon {
        display: inline-block;
        cursor: pointer;
    }

    #mainmenu &gt; ul {
        top: 0;
        position: absolute;
        display: none;
        z-index: 10000;
    }

}
</pre></body></html>