/*
 * Final Contact / Request spacing polish.
 *
 * Loaded after jager-contact-dark.css. Only vertical page rhythm changes here;
 * form structure, colors and CF7 behaviour remain in the main Contact layer.
 */

body.jager-phase2-page.jager-p2-type-contact .jp2-contact,
body.jager-phase2-page.jager-p2-type-request .jp2-request {
	padding-top: 88px !important;
}

@media (max-width: 900px) {
	body.jager-phase2-page.jager-p2-type-contact .jp2-contact,
	body.jager-phase2-page.jager-p2-type-request .jp2-request {
		padding-top: 76px !important;
	}
}

@media (max-width: 640px) {
	body.jager-phase2-page.jager-p2-type-contact .jp2-contact,
	body.jager-phase2-page.jager-p2-type-request .jp2-request {
		padding-top: 68px !important;
	}
}
