/* Hide ONLY the OpenProject logo */
.op-logo,
.op-app-header--center.op-logo,
.op-logo--link {
  display: none !important;
}

/* Remove Upsale widget on homescreen only */
.controller-homescreen #content-wrapper .widget-box.upsale {
  display: none !important;
}

/* Remove homescreen quick links */
.homescreen--links {
  display: none !important;
}
.controller-homescreen #content-wrapper .widget-box.community {
  display: none !important;
}
/* Hide Help (question mark) icon in header */
.icon-help.op-app-help--icon {
  display: none !important;
}
/* Disable Help menu completely (icon + dropdown) */
.op-app-help {
  display: none !important;
}
