.ProseMirror [data-placeholder]::before {
  color: var(--text-disabled);
  position: absolute;
  content: attr(data-placeholder);
  pointer-events: none;
}

.ProseMirror .xlarge-hr-header {
  display: none;
}

.doc-description {
  display: none;
}
