/* Table */
.wp-block-table.is-style-stripes {
	border: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.1);
}

.has-background:not(.has-white-background-color) .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.08);
}

.wp-block-table th {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
