.crtb-editor-wrap {
  overflow-x: auto;
}

table.crtb-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
}

table.crtb-table th,
table.crtb-table td {
  border: 1px solid #d1d5db;
  padding: 8px;
  vertical-align: top;
}

.crtb-row.is-selected {
  outline: 2px solid #111827;
  outline-offset: -2px;
}

.crtb-row.is-header th {
  font-weight: 700;
}

.crtb-cell .block-editor-rich-text__editable {
  min-height: 22px;
}

.crtb-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.crtb-help,
.crtb-tip {
  margin: 10px 0 0;
  font-size: 12px;
  opacity: 0.85;
}


table.crtb-table {
  table-layout: fixed;
  word-break: break-word;
}
