/* util.css — small one-off utilities used across templates */

/* Used for endcap sections where you previously had inline margin-top */
.endcap-actions--spaced {
  margin-top: 1.25rem;
}

/* Used for CTA blocks inside FAQ answers where you previously had inline margin-top */
.faq-cta {
  margin-top: .75rem;
}
