/* embed-contract-v1 — Module Embed Contract v1 (shared snippet, byte-identical across all Prometheus hosts).
   Embedded default UI is IDENTICAL to standalone: nothing in this file applies unless chrome=0 was
   explicitly requested (?chrome=0), at which point the module's own sidebar/top-nav is hidden for an
   embedder that brings its own navigation. */
:root[data-embed-chrome="0"] aside,
:root[data-embed-chrome="0"] .sidebar,
:root[data-embed-chrome="0"] .side,
:root[data-embed-chrome="0"] .topnav,
:root[data-embed-chrome="0"] .topbar,
:root[data-embed-chrome="0"] .top {
  display: none !important;
}
:root[data-embed-chrome="0"] main,
:root[data-embed-chrome="0"] .main,
:root[data-embed-chrome="0"] .shell,
:root[data-embed-chrome="0"] .content {
  margin-left: 0 !important;
}
