/*
 * recipe-custom.css — the custom_html section (author markup as a managed section). Minimal wrapper only;
 * the author's own markup brings its own look. .apb-custom keeps it inside the page's content rhythm;
 * width:"full" opts into full-bleed.
 */
.apb-custom .apb-custom-head{max-width:62ch;margin:0 auto clamp(16px,3vh,32px);text-align:center}
.apb-custom .apb-custom-head h2{font-size:clamp(22px,3.2vw,38px);font-weight:700;letter-spacing:-.02em;margin:0}
.apb-custom .apb-custom-head .apb-rx-eyebrow{margin:0 0 8px}
.apb-custom .apb-custom-body{max-width:var(--apb-rx-content,72ch);margin:0 auto}
.apb-custom--full .apb-custom-body{max-width:none}
.apb-custom .apb-custom-body img{max-width:100%;height:auto}
