/* Only explicitly marked chart anatomy is changed; no legacy selector guesses.
   The host owns the surface. Standalone opens and PNGs keep the original card. */
html[data-chart-presentation="inline"],
html[data-chart-presentation="inline"] body {
  height: auto !important; min-height: 0 !important;
  margin: 0 !important; padding: 0 !important;
  background: transparent !important;
}
html[data-chart-presentation="inline"] [data-chart-layout],
html[data-chart-presentation="inline"] [data-chart-root] {
  width: 100% !important; max-width: none !important; min-height: 0 !important;
  margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
  background: transparent !important;
}
html[data-chart-presentation="inline"] [data-chart-chrome] { display: none !important; }
