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

@media (max-width: 680px){
    .wp-block-table td,
    .wp-block-table th {
        padding: 5px;
    }
}