/* ─────────────────────────────────────────────────────────────────
   Block: raw
   Wrapper for arbitrary user-supplied HTML. Keep styling minimal —
   we only ensure the section participates in the scheme system.
   The injected HTML brings its own styling.
   ───────────────────────────────────────────────────────────── */

.block-raw {
    background: var(--scheme-bg);
    color: var(--scheme-fg);
    font-family: var(--ds-font-body);
}
