/*
 * REACH Supply Contact Us inquiry-guidance spacing correction.
 *
 * RS-DS-027: contextual guidance rendered by the legacy Breakdance form script
 * must never touch the inquiry-type control. The late design layer preserves a
 * visible spacing unit even when the legacy script inserts the guidance inside
 * an inner Breakdance field-control wrapper.
 */

body.reach-design-system.reach-contact-design-page
#reach-contact-form .breakdance-form-field
.reach-contact-route-guidance.is-visible {
	box-sizing: border-box !important;
	clear: both !important;
	display: block !important;
	margin: 0.875rem 0 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

/* Keep the canonical selected-route card in the normal form rhythm. */
body.reach-design-system.reach-contact-design-page
#reach-contact-form .rs-contact-adaptive-intro {
	align-self: stretch !important;
	grid-column: 1 / -1 !important;
}

@media (max-width: 767px) {
	body.reach-design-system.reach-contact-design-page
	#reach-contact-form .breakdance-form-field
	.reach-contact-route-guidance.is-visible {
		margin-top: 0.875rem !important;
	}
}
