html.production-sales-only .inspection-nav-group.child-active .nav-submenu {
  display: grid;
}

html.production-sales-only .inspection-nav-group.child-active > .nav-parent:not(.active) {
  color: #b9cac5 !important;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html.production-sales-only .inspection-nav-group.child-active > .nav-parent:not(.active):focus,
html.production-sales-only .inspection-nav-group.child-active > .nav-parent:not(.active):focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

html.production-sales-only body.admin-mode #admin-console-nav {
  display: flex !important;
}

html.production-sales-only .login-demo-access small {
  max-width: 34ch;
}
