// TODO: This can be removed when Gutenberg no longer expresses opinion about the bottom margin of the block columns
// or perhaps when the margins of blocks can be styled with the "style" portion of theme.json
// See: https://github.com/WordPress/gutenberg/pull/34630
.wp-block-columns {
	margin-bottom: unset;
}
