.ck-content {
  min-height: 200px; }

.html-editor-color-picker span {
  border: 2px solid var(--text-main); }

.html-editor-title-input {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--text-main); }

.html-header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 2rem); }
