.wp-block-group {
	// This block has customizable padding, border-box makes that more predictable.
	box-sizing: border-box;
}

// We need this so groups with negative margins overlap as expected.
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}
