

table.has-fixed-layout {
    color: rgb(58, 58, 58);
    padding: 0 0 0 0;
    font-size: clamp(1rem, -2.31rem + 6.897vi, 2rem);
}

/*Selects all odd table rows and deletes the colored background*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
/* Apply styles to all table rows (tr) except those inside <caption> 
   for .table-bordered and WordPress .wp-block-table tables */
.table-bordered>:not(caption)>*, .wp-block-table table>:not(caption)>* {
    border-width: 0px 0;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0px solid #f0f0f0;
}