
  .ProseMirror {
    outline: none;
    cursor: text;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
  }

  .ProseMirror:focus {
    outline: none;
  }

  .ProseMirror p {
    margin: 0.5em 0;
  }

  .ProseMirror h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.67em 0;
  }

  .ProseMirror h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.75em 0;
  }

  .ProseMirror ul, .ProseMirror ol {
    padding-left: 1.5em;
    margin: 0.5em 0;
  }

  .ProseMirror hr {
    border: none;
    border-top: 2px solid #ccc;
    margin: 1em 0;
  }
