/* Hide the "Hilfe" tab in the right sidebar */
#root .nav-help,
#root .cp__sidebar-help-btn,
#root .cp__sidebar-help-docs,
.nav-help,
.cp__sidebar-help-btn,
.cp__sidebar-help-docs {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Extra safety: sometimes the right sidebar help tab is nested under */
#root .right-side-bar .nav-help,
#root .right-side-bar .cp__sidebar-help-btn,
#root .right-side-bar .cp__sidebar-help-docs {
  display: none !important;
}

/* Hide only the "Hilfe" button in the right-sidebar settings strip (3rd text-sm block) */
#root .cp__right-sidebar-settings > .text-sm:nth-child(3)
  button.cp__right-sidebar-settings-btn,
#root #right-sidebar .cp__right-sidebar-settings > .text-sm:nth-child(3)
  button.cp__right-sidebar-settings-btn {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}


