#text-editor{border:1px solid grey}#text-editor .toolbar{align-items:center;border-bottom:1px solid grey;display:flex;flex-wrap:wrap}#text-editor .toolbar>button{align-items:center;-webkit-appearance:none;background:#fff;border:none;border-radius:2px;color:#333;cursor:pointer;display:flex;font-size:16px;height:20px;justify-content:center;margin:.5em 4px;width:20px}#text-editor .toolbar>button.active{background:#333;color:#fff}#text-editor .align-dropdown{display:inline-block;margin:.5em 8px;position:relative}#text-editor .align-dropdown>button{-webkit-appearance:none;background:#fff;border:none;border-radius:2px;color:#333;cursor:pointer;height:32px}#text-editor .align-dropdown>.dropdown-content{background-color:#fff;border:1px solid #333;border-radius:2px;display:none;left:0;outline:1px solid #fff;position:absolute;right:0;z-index:1}#text-editor .align-dropdown>.dropdown-content a{cursor:pointer;display:block;padding:6px 12px;text-align:center}#text-editor .align-dropdown>.dropdown-content a.active,#text-editor .align-dropdown>.dropdown-content a:hover{background:#333;color:#fff}#text-editor .align-dropdown:hover .dropdown-content{display:block}.ProseMirror-focused:focus-visible{outline:none}.ProseMirror:not(.ProseMirror-focused) p.is-editor-empty:first-child:before{color:#6b7280;content:attr(data-placeholder);float:left;height:0;pointer-events:none}#text-editor .divider{background:#333;height:24px;margin-right:6px;width:1px}#text-editor .footer{color:gray;font-size:14px;padding:6px;text-align:right}#text-editor .footer .characters-count.warning{color:orange}#text-editor .footer .characters-count.danger{color:red}#text-editor .ProseMirror{height:400px;outline:none;overflow-y:auto;padding-left:.5em;padding-right:.5em}#text-editor .ProseMirror h2:first-child,#text-editor .ProseMirror h3:first-child,#text-editor .ProseMirror h4:first-child,#text-editor .ProseMirror h5:first-child,#text-editor .ProseMirror h6:first-child,#text-editor .ProseMirror>h1:first-child,#text-editor .ProseMirror>p:first-child{margin-top:.5em}#text-editor .prose{color:#000;max-width:100%}#text-editor .prose>ul>li{margin-bottom:0;margin-top:0}#text-editor .ProseMirror table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%}#text-editor .ProseMirror table td,.ProseMirror table th{border:2px solid #ced4da;box-sizing:border-box;min-width:1em;padding:3px 5px;position:relative;vertical-align:top}#text-editor .ProseMirror table td>*,.ProseMirror table th>*{margin-bottom:0}#text-editor .ProseMirror table th{background-color:#f1f3f5;font-weight:700;text-align:left}#text-editor .ProseMirror table .selectedCell:after{background:#c8c8ff66;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}#text-editor .ProseMirror table .column-resize-handle{background-color:#adf;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}#text-editor .ProseMirror table p{margin:0}
