.wp-block-table td,
.wp-block-table th {
border: unset;
padding: 8px 16px;
}
.wp-block-table table {
border: 1px solid var(--wp--preset--color--dark-night-80);
border-collapse: separate !important;
border-radius: 4px;
overflow: hidden;
border-spacing: 0;
}
.wp-block-table thead,
.wp-block-table th,
.wp-block-table td {
border-color: 1px solid var(--wp--preset--color--dark-night-80) !important;
font-size: 18px;
line-height: 1.6;
}
.wp-block-table thead {
background-color: var(--wp--preset--color--dark-night-90);
color: var(--wp--preset--color--primary-white);
}
.wp-block-table th {
text-align: unset;
} .wp-block-table table th:not(:last-child),
.wp-block-table table td:not(:last-child) {
border-right: 1px solid var(--wp--preset--color--dark-night-80) !important;
} .wp-block-table table>thead>tr>th,
.wp-block-table table>thead>tr>td,
.wp-block-table table>tbody>tr:not(:last-child)>th,
.wp-block-table table>tbody>tr:not(:last-child)>td,
.wp-block-table table>tfoot>tr:not(:last-child)>th,
.wp-block-table table>tfoot>tr:not(:last-child)>td,
.wp-block-table table>tr:not(:last-child)>td,
.wp-block-table table>tr:not(:last-child)>th,
.wp-block-table table>thead:not(:last-child),
.wp-block-table table>tbody:not(:last-child),
.wp-block-table table>tfoot:not(:last-child) {
border-bottom: 1px solid var(--wp--preset--color--dark-night-80) !important;
}  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #fff;
} .wp-block-table.is-style-stripes tr td:first-child,
.wp-block-table.is-style-stripes tr th:first-child {
background-color: var(--wp--preset--color--dark-night-90);
color: #fff;
font-weight: 700;
}