.editor-button{width:40px;height:40px;background:var(--grayColor);color:var(--textColor);padding:0;border:1px solid var(--borderColor);border-radius:0;margin:-1px;justify-content:center}.editor-button.active{background:#fff}.editor-button[disabled]{color:var(--mutedColor);cursor:not-allowed}.editor{margin:var(--spacingLG) 0}.editor>label{display:block;font-weight:600;margin-bottom:2px}.editor-menubar{display:flex;flex-flow:row wrap;background:var(--grayColor);border:1px solid var(--borderColor)}.editor-content>div{min-height:120px;border:1px solid #ccc;border-top:0;padding:15px}.editor-content h1,.editor-content h2,.editor-content h3{font-weight:600}.editor-content h1{font-size:20px}.editor-content h2{font-size:16px}.editor-content h3{font-size:14px}.editor-content p:first-child{margin-top:0}.editor-content p:last-child{margin-bottom:0}.editor-content strong{font-weight:600}.editor-content em{font-style:italic}.editor p.is-editor-empty:first-child:before{content:attr(data-empty-text);float:left;color:#aaa;pointer-events:none;height:0;font-style:italic}.ProseMirror-focused{outline:1px solid var(--primaryColor)}