/* content-density-pass: 20260720 */

/* Internal implementation notes should never compete with the user's task. */
.ui-internal-note,
.demo-box {
  display: none !important;
}

/* A visible heading already names these sections; the extra eyebrow repeats it. */
body.client-shell .panel-head > div > p,
body.sales-shell .panel-head > div > p,
body.admin-console-shell .panel-head > div > p {
  display: none;
}

/* Dashboard numbers and mobile cards remain self-explanatory without a second label. */
body.admin-console-shell .overview-grid article > p,
body.admin-console-shell .mobile-hub-card > span {
  display: none;
}

/* Remove authoring notes from the customer-facing company introduction. */
body.client-shell .company-section-label,
body.client-shell .company-showcase-heading > p:last-child,
body.client-shell .company-image-placeholder p {
  display: none;
}

/* Tracking list headings already state their order; page instructions stay visible. */
body.tracking-shell .section-title > span {
  display: none;
}
