.api-table-block-editor .api-table-row {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.api-table-block-editor .api-table-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.api-table-block-editor .api-table-header {
    margin-bottom: 20px;
}

.api-table {
    margin: 20px 0;
}

.api-table .table-auto {
    width: 100%;
}

.api-table th,
.api-table td {
    padding: 12px 16px;
    text-align: right;
}

.api-table thead th {
    background-color: #F8F8F8;
    font-weight: bold;
}

.api-table tbody tr {
    border-bottom: 1px solid #ddd;
}
