/*
 * Product-level docs tweaks only.
 *
 * Visual system (hero, manual-home, workflow-list, doc-map, feature-matrix,
 * grids, light/dark palettes) is owned by molcrafts-zensical-theme.
 * Product accent is set in zensical.toml under [project.extra.molcrafts].
 *
 * Do not re-skin manual components here — that fights the theme.
 */

/* Keep figure embeds readable when parity / extending pages show charts. */
.md-typeset img.molpack-figure-small {
  display: block;
  width: min(100%, 34rem);
  margin-right: auto;
  margin-left: auto;
}
