/* Table Block – Frontend Styles
 * The parent theme's .table class handles all table styling.
 * This file only handles the block wrapper spacing. */

.wp-block-cpep-table {
	margin-bottom: 3em;
}

/* The table's own margin-bottom is redundant since the wrapper handles it */
.wp-block-cpep-table > .table {
	margin-bottom: 0;
}
