.wp-block-table thead {
    background-color: #ECF0F3 !important;
    border-bottom: none !important;
    font-size: var(--wp--preset--font-size--heading);
    font-family: var(--wp--preset--font-family--headings);
}



/* Style stripes */
.wp-block-table.is-style-stripes {
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--wp--preset--color--border) !important;
    max-width: 914px;
    & table {
        box-sizing: content-box;
        padding: 0 !important;
        margin-bottom: -1px;
        font-size: var(--wp--preset--font-size--small);
    }
    & td, th {
        padding-inline: var(--wp--preset--spacing--32-16);
    }
}
.wp-block-table.is-style-stripes thead {
    background-color: #e6e6e6;
    border-bottom: none !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: var(--wp--preset--color--alt-background) !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #F8FAFB!important;
}