/* =============================================================
   Conversion / form template (templates/template-form.php).
   Depends on main.css, which carries the .dm-formpanel and .dm-form
   components. Loaded only on this template.
   ============================================================= */

/*
 * The form is the page, so it starts right under the hero rather than a full
 * section's distance below it, and the copy column is held to a readable
 * measure beside the card.
 */
.page-template-template-form .dm-formpanel { padding-top: clamp(34px, 4vw, 70px); }
.page-template-template-form .dm-formpanel__head { max-width: 46ch; }
.page-template-template-form .dm-formpanel__text { margin-top: 18px; line-height: 1.6; }
