{#
  Article body text: standard stacked flow, no side headings or section rules.
  Variables:
  - content: rich text HTML (required)
  - class: optional extra classes on the wrapper
#}
<div class="rich-text grid w-full grid-cols-1 gap-y-s lg:gap-y-l [&_*+h2]:mt-xl [&_*+h3]:mt-l [&_figure]:mt-l {{ class ?? '' }}">
    {{ content }}
</div>
