.contenteditable-container{position:relative;width:100%;height:100%;background-color:transparent}.contenteditable-editor{-webkit-user-modify:read-write;-moz-user-modify:read-write;-webkit-text-size-adjust:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;text-rendering:auto;font-kerning:none;font-feature-settings:normal;-webkit-font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.contenteditable-editor:focus{outline:none}.contenteditable-editor:empty:before{content:attr(data-placeholder);color:hsla(0,0%,100%,.3);pointer-events:none;position:absolute}.contenteditable-editor::-moz-selection{background-color:rgba(88,71,255,.4)}.contenteditable-editor::selection{background-color:rgba(88,71,255,.4)}.contenteditable-editor ::-moz-selection{background-color:rgba(88,71,255,.4)}.contenteditable-editor ::selection{background-color:rgba(88,71,255,.4)}.contenteditable-editor embed,.contenteditable-editor img,.contenteditable-editor object{max-width:100%;resize:none}.contenteditable-editor::-moz-focus-inner{border:0}.contenteditable-editor b,.contenteditable-editor strong{font-weight:700}.contenteditable-editor em,.contenteditable-editor i{font-style:italic}.contenteditable-editor del,.contenteditable-editor s,.contenteditable-editor strike{text-decoration:line-through}.contenteditable-editor u{text-decoration:underline}.contenteditable-container{overflow-y:overlay;scrollbar-width:thin;scrollbar-color:transparent transparent}.contenteditable-container:hover{scrollbar-color:hsla(72,3%,65%,.6) transparent}.contenteditable-container::-webkit-scrollbar{width:4px}.contenteditable-container::-webkit-scrollbar-track{background:transparent}.contenteditable-container::-webkit-scrollbar-thumb{background-color:transparent;border-radius:2px}.contenteditable-container:hover::-webkit-scrollbar-thumb{background-color:hsla(72,3%,65%,.6)}