/** === Table Block === */
table{
    width: 100%;
}
.wp-block-table.is-style-stripes{
    border-bottom: none;
    border-left: none;
    border-top: 0;
}
td{
    padding: 10px 15px;
}