.ct-editor__toolbar {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}

.ct-editor__table-wrap {
    overflow-x: auto;
    margin-bottom: 12px;
}

.ct-editor__table {
    min-width: 720px;
}

.ct-editor__table th,
.ct-editor__table td {
    vertical-align: top;
    min-width: 140px;
}

.ct-editor__corner {
    width: 180px;
    background: #f6f7f7;
}

.ct-editor__corner input {
    width: 100%;
}

.ct-editor__header-cell {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ct-editor__header-cell input {
    flex: 1;
    min-width: 0;
}

.ct-editor__header-cell [data-ct-remove-column] {
    flex-shrink: 0;
    color: #b32d2e;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    padding: 0 2px;
}

.ct-editor__actions {
    width: 110px;
    white-space: nowrap;
}

.ct-editor__actions .button-link-delete {
    color: #b32d2e;
}
