html[data-device-profile="desktop"] body:not(.admin-page) {
    overflow-x: clip;
}

html[data-device-profile="desktop"] body:not(.admin-page) .hamburger {
    display: none !important;
}

html[data-device-profile="desktop"] body:not(.admin-page) .nav-menu {
    display: flex !important;
    position: static !important;
    inset: auto !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
}

html[data-device-profile="desktop"] body:not(.admin-page) .nav-menu li {
    width: auto !important;
}

html[data-device-profile="desktop"] body:not(.admin-page) .nav-tools {
    justify-self: end !important;
}

html[data-device-profile="desktop"] body:not(.admin-page) .mobile-primary-dock {
    display: none !important;
}
