/*
 * Contact page glue. design/PAGE-STRUCTURE.md §6.
 *
 * The reusable parts live in components/ (contact-info, map, form). What is left
 * here is the rule that separates the details block from the form block, and the
 * 620px measure §3.1 gives the form lede.
 */

.sp-contact__form-block {
	margin-top: clamp(40px, 5vw, 72px);
	padding-top: clamp(32px, 4vw, 56px);
	border-top: 1px solid var(--sp-line-card);
}

.sp-contact__form-lede {
	margin-top: var(--sp-5);
	max-width: 620px;
}
