.wp-block-table.new-table-style td{
    vertical-align: middle;
}
.wp-block-table.new-table-style  .table td, .table .wp-block-table.new-table-style th{
    border-color: #cbd5e1 !important;
    vertical-align: middle;
}
.wp-block-table.new-table-style.is-style-stripes tbody tr:nth-child(odd){
    background-color:#f1f5f9;
}
.table-hover tbody tr:hover{
    background-color: #e2e8f0;
}