/* Shared HP master header chrome for funnel V1 pages (results/pricing/…) */
.site-top--v1 {
  background: #0b1f3a;
  width: 100%;
}

/* Loading styles.css for the master header also brings HP body colors —
   keep funnel V1 pages on their light surfaces. */
body.results-v1-body,
body.pricing-v1-body,
body.monitoring-v1-body,
body.identity-v1-body,
body.advisor-v1-body,
body.qa-v1-body {
  margin: 0;
  background: #f4f7fb !important;
  color: #142033 !important;
}

body.dashboard-v1-body {
  margin: 0;
  background: #f4f7fb !important;
}

body.dashboard-v1-body .site-top--v1 {
  position: relative;
  z-index: 40;
}

body.dashboard-v1-body .dv1-shell {
  min-height: calc(100vh - 5.9rem);
}

/* HTML [hidden] must win over .rv1-btn / .pv1-btn display:flex rules */
[hidden] {
  display: none !important;
}
