#mainMenuWrapper
{
    --mobileMainMenuBG: transparent;

    margin-top: 0.8rem;
    margin-right: 1.2rem;
}
#mainMenuWrapper.active
{
    --mobileMainMenuBG: rgba(255,255,255,0.85);
    max-width: calc(98vw - 1.2rem);
}
.subMenuWrapper h3
{
    display: none;
}

#header
{
    width: 100%;
    max-width: unset;
    justify-content: space-between;
}

#mainMenuWrapper li.level2 ul.level3
{
    max-height: 0;
    height: auto;
    overflow: hidden;
}

.toggle-button .bar
{
    background-color: var(--bs-primary);
}

.active .toggle-button .bar
{
    height: 2px;
}

.active .toggle-button
{
    width: 15px;
    height: 12px;
}

.active #menuButton
{
    top: 0.8em;
    right: 0.8em;
}

#mainMenuWrapper li.level1 li.level2 a
{
    padding-left: 3rem;
}

li.level2 > .mobileMenuSubSelector
{
    top: 0.3rem;
    text-align: right;
}

li.level2 > div > .mobileSubArrow
{
    background-color: var(--bs-secondary);
    color: white;
    font-size: 0.9em;
}
