.entry-content table,
.wp-block-table table,
.editor-styles-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2e4e7;
    margin: 1.5em 0;
    font-size: 0.94em;
    line-height: 1.5;
}

.entry-content thead,
.wp-block-table thead,
.editor-styles-wrapper thead {
    background: #f8f9fa;
}

.entry-content th,
.wp-block-table th,
.editor-styles-wrapper th {
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    color: #1e1e1e;
    border-bottom: 2px solid #d5d8dc;
}

.entry-content td,
.wp-block-table td,
.editor-styles-wrapper td {
    padding: 9px 14px;
    border-bottom: 1px solid #eceef0;
    color: #2c3338;
}

.entry-content tbody tr:last-child td,
.wp-block-table tbody tr:last-child td,
.editor-styles-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.entry-content tbody tr:hover,
.wp-block-table tbody tr:hover {
    background: #f8f9fa;
}
