/* V6.44 — IT Helpdesk: one authoritative translator only.
   The project-local sidebar and page-header language controls are removed.
   Standalone mode keeps the AI Project Universe control dock at the very top.
   Embedded mode keeps the parent AI Project Universe toolbar. */
html[data-apu-standalone-project="it-helpdesk"] .sidebar-footer,
html[data-apu-standalone-project="it-helpdesk"] .sidebar-footer .lang-switcher,
html[data-apu-standalone-project="it-helpdesk"] .sidebar-footer .lang-btn,
html[data-apu-standalone-project="it-helpdesk"] .sidebar-footer .lang-dropdown,
html[data-apu-standalone-project="it-helpdesk"] aside .lang-switcher,
html[data-apu-standalone-project="it-helpdesk"] .sidebar .lang-switcher,
html[data-apu-standalone-project="it-helpdesk"] .topbar-right,
html[data-apu-standalone-project="it-helpdesk"] .lang-switcher-top,
html[data-apu-standalone-project="it-helpdesk"] .lang-btn-top,
html[data-apu-standalone-project="it-helpdesk"] .lang-dropdown-top {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Do not reserve an empty column after the local topbar translator is removed. */
html[data-apu-standalone-project="it-helpdesk"] .topbar {
  grid-template-columns: auto minmax(0, 1fr) !important;
}
html[data-apu-standalone-project="it-helpdesk"] .topbar-title {
  min-width: 0 !important;
}
