.text-editor__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.text-editor__heading button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.text-editor__body .ProseMirror{padding:1rem;height:250px;overflow-y:auto;border-radius:4px;border:1px solid #e4e9f0;outline:0}.text-editor__body .ProseMirror-focused{border-color:#78a3ff}.text-editor__body .ProseMirror dl,.text-editor__body .ProseMirror ol,.text-editor__body .ProseMirror p,.text-editor__body .ProseMirror ul{margin-bottom:.25rem}.text-editor__body .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-empty-text);float:left;color:#aaa;pointer-events:none;height:0;font-style:italic}