.wp-block-table td,
.wp-block-table th,
.wp-block-table thead,
.wp-block-table tfoot,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: var(--wp--preset--color--theme-3);
}

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--wp--preset--color--theme-1);
	color: var(--wp--preset--color--theme-4);
}

.wp-block-table.alignfull figcaption {
	padding-right: calc(var(--wp--style--block-gap) / 2);
	padding-left: calc(var(--wp--style--block-gap) / 2);
}
