<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Replicates CSS styles provided by block themes for older non-block themes
 * that may not include these definitions, resulting in incorrect spacing.
 */
form.formkit-form {
	margin-bottom: 20px;
}
@media only screen and (min-width: 482px) {
	form.formkit-form {
		margin-bottom: 30px;
	}
}</pre></body></html>