.wp-block-table thead {
    background-color: var(--wp--preset--color--alt-background);
    border-bottom: none !important;
}



/* Style stripes */
.wp-block-table.is-style-stripes thead {
    background-color: var(--wp--preset--color--modra);
    border-bottom: none !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--wp--preset--color--alt-background) !important;
}
.wp-block-table.is-style-stripes td {
    min-width: clamp(6.25rem, 0rem + 16.6667vw, 12.5rem);


}