<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header{
    grid-template-columns: 3.5% 32% 35% 29.5%;
}

@media screen and (max-width: 865px) {
    #header{
        grid-template-columns: 40px calc(100% - 121px) 40px 40px;
        padding: 0px 0;
    }
    .logo-wrap #logo{
        font-size: 25px;
    }
    .logo-wrap #logo span{
        display: block;
        margin-top: -12px;
    }
}</pre></body></html>