/* Shared helpers for Enrich Loans blocks.
   .el-rt wraps WYSIWYG-field output. Trim the outer margins of the
   first/last rendered paragraph so the wrapper's own spacing (which
   carries the V1 design) is preserved, while multi-paragraph content
   still gets natural spacing between paragraphs. */
.el-rt > :first-child { margin-top: 0; }
.el-rt > :last-child { margin-bottom: 0; }
