/** === Table Block === */
td {
    word-break: break-all;
}
.wp-block-table.is-style-stripes {
    border-bottom: none;
    border: 0;
}

.wp-block-table {
    width: 100%;
}

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

