/* On Onyx Signals page: show only the logo, hide the rest of the header/nav */
body.page-onyx-signals .c-header__top-left,
body.page-onyx-signals .c-header__top-right,
body.page-onyx-signals .c-header__bottom {
  display: none !important;
}

/* Center the logo in the top bar when side blocks are hidden */
body.page-onyx-signals .c-header__top-inner {
  grid-template-columns: 1fr;
  justify-items: center;
}

/* On Dashboard page: hide entire global header and footer (branding moves into sidebar) */
body.page-onyx-signals-dashboard .c-header,
body.page-onyx-signals-dashboard .c-footer {
  display: none !important;
}
