@use "@wordpress/base-styles/mixins" as *;

.wp-block-table {
	margin: 0 0 1em 0;

	td,
	th {
		word-break: normal;
	}

	:where(figcaption) {
		@include caption-style-theme();
	}
}
