.editorjs-field {
  background: #ffffff;
  border: 1px solid #b8c0cc;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
  margin-top: 6px;
  max-width: 860px;
  min-height: 360px;
  padding: 18px 20px;
}

.editorjs-field .codex-editor {
  min-height: 320px;
}

.editorjs-field .codex-editor__redactor {
  padding-bottom: 120px !important;
}

.editorjs-field .ce-block__content,
.editorjs-field .ce-toolbar__content {
  max-width: 760px;
}

.editorjs-field .ce-paragraph {
  line-height: 1.8;
  min-height: 1.8em;
}

.editorjs-field .ce-paragraph[data-placeholder]:empty::before {
  color: #6b7280;
}
