/* Remove Health OS nav entry and public owner-admin / trust strip UI */

/* Login trust strip + staff hint hidden from public UI */
.lf-trust-strip,
#staffAccessHint,
#tabStaff {
  display: none !important;
}

/* If the wrapper container remains, collapse the extra gap */
#staffAccessHint:empty,
.lf-trust-strip:empty {
  display:none !important;
}

/* Defensive hide for any header/mobile nav item marked via cleanup JS */
.am-remove-healthos,
[data-am-remove="healthos"] {
  display: none !important;
}
