.wp-block-table.show-more-rows tr.hide-row{
	display: none;
}
.wp-block-table.show-more-rows.show tr.hide-row{
	display: table-row;
}
.wp-block-table.show-more-rows.show tr.show-rows{
	display: none;
}
.wp-block-table.show-more-rows tr.show-rows{
	cursor: pointer;
}
.wp-block-table.show-more-rows tr.show-rows:hover{
	background-color: #f1f1f1;
}
.wp-block-table.show-more-rows tr.show-rows td{
	text-align: center;
	padding: 8px 10px;
	font-size: 0.75rem;
	font-weight: 700;
}
.wp-block-table.show-more-rows tr.show-rows td span{
	position: relative;
	padding-right: 18px;
}
.wp-block-table.show-more-rows tr.show-rows td span::after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	position: absolute;
	right: 3px;
	top: 4px;
	transform: rotate(45deg);
}