body > header { @container page (min-width: 50em) { .navigation-menu, .authentication-menu { display: block; } } }

.header__button {
    background: none;

    > svg {
        height: 2rem;
        cursor: pointer;
        position: relative;
    }
}