.demo-portal #userMenu > #demoKidsPortalButton:not([hidden]) {
  display: flex !important;
}

.demo-portal #downloadAndroidApp,
.demo-portal #kidsProfileControl {
  display: none !important;
}

.demo-portal #userMenu {
  width: min(340px, calc(100vw - 24px));
  padding: 12px;
}

.demo-portal #userMenu [data-demo-disabled="1"] {
  opacity: .38;
  filter: grayscale(.75);
  cursor: not-allowed;
  pointer-events: none;
}

.demo-portal #userMenu [data-demo-disabled="1"] strong,
.demo-portal #userMenu [data-demo-disabled="1"] small,
.demo-portal #userMenu [data-demo-disabled="1"] > span:first-child {
  color: #9d978a !important;
}

.demo-portal #userMenu > #demoKidsPortalButton {
  margin-top: 8px;
  border-color: #d6b55d45;
  background: linear-gradient(135deg, #18140c, #0b0b0b);
  color: #f0d789;
}

.demo-portal #userMenu > #demoKidsPortalButton > span:first-child {
  color: #e3c774;
}

.demo-kids-portal #demoKidsPortalButton {
  display: none !important;
}

@media (max-width: 760px) {
  .demo-portal #userMenu {
    top: max(62px, calc(env(safe-area-inset-top) + 48px));
    right: max(10px, env(safe-area-inset-right));
  }
}
