.desktop-navigation-return {
    display: none;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.app-shell.desktop-navigation-active {
    --mud-drawer-width-left: 0px;
    --mud-drawer-width-right: 0px;
}

.desktop-navigation-active .desktop-navigation-return {
    display: inline-flex;
}

.desktop-navigation-active .shell-drawer,
.desktop-navigation-active .mud-overlay.mud-overlay-drawer,
.desktop-navigation-active .desktop-navigation-web-toggle {
    display: none !important;
}

.desktop-navigation-active .shell-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.desktop-navigation-active .shell-appbar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.app-shell.desktop-shell-active {
    --mud-drawer-width-left: 0px;
    --mud-drawer-width-right: 0px;
    --mud-appbar-height: 0px;
}

.desktop-shell-active .shell-appbar,
.desktop-shell-active .shell-drawer,
.desktop-shell-active .mud-overlay.mud-overlay-drawer {
    display: none !important;
}

.desktop-shell-active .shell-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
}
