/*
 * Site shell spacing contract.
 *
 * Top-level template regions own their internal rhythm. The global content
 * block gap must not create whitespace between Header, Main and Footer.
 */

.wp-site-blocks > * + * {
	margin-block-start: 0;
}
