html:not([data-private-operations="allowed"]) .summary-grid,
html:not([data-private-operations="allowed"]) .connection,
html:not([data-private-operations="allowed"]) #tm-runtime-params,
html:not([data-private-operations="allowed"]) #tm-freshness,
html:not([data-private-operations="allowed"]) #tm-login-alert,
html:not([data-private-operations="allowed"]) #daily-backup-status,
html:not([data-private-operations="allowed"]) #ops-health-link,
html:not([data-private-operations="allowed"]) #tm-data-stamp,
html:not([data-private-operations="allowed"]) #tm-data-stale-banner,
html:not([data-private-operations="allowed"]) .collection-state-card,
html:not([data-private-operations="allowed"]) .collector-alert,
html:not([data-private-operations="allowed"]) .collector-card,
html:not([data-private-operations="allowed"]) .nav-item[data-private-operations-link] {
  display: none !important;
}
