/**
 * Base styles - Global resets and overrides
 *
 * @package NexioEducation
 */

/* Remove default WordPress block spacing */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Remove default WordPress block spacing from all blocks */
.wp-block-group,
.wp-block-columns,
.wp-block-column {
	margin-top: 0;
	margin-bottom: 0;
}
