
.wp-block-table.is-style-stripes,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 0;
}

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


.wp-block-table td, .wp-block-table th {
	padding: 1em;
}
