<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-menu-mobile {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
}</pre></body></html>