<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
    #navigation .has-more-items .more-items-trigger {
        display: none;
    }
    
    .navigation-in&gt;ul&gt;li.ext&gt;ul&gt;li&gt;div&gt;ul {
        max-height: unset;
    }

    .menu-level-3 li {
        width: 100%;
        margin-bottom: 5px;
    }
    .menu-level-3 li:last-child {
        margin-bottom: 0;
    }

    .navigation-in&gt;ul&gt;li.ext&gt;ul&gt;li&gt;a,
    #navigation .menu-level-2&gt;li {
        margin-bottom: auto;
    }

    .navigation-in .has-third-level div &gt; ul a:hover {
        text-decoration: underline;
    }
}</pre></body></html>