.rich-text-editor{touch-action:none;background:#fff;border:1px solid #e5e5e5;border-radius:4px;flex-direction:column;width:100%;margin-right:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;overflow:hidden}.editor-container{will-change:height, max-height;width:100%;transition:height .3s,max-height .3s;position:relative;height:120px!important;max-height:120px!important}.rich-text-editor.is-expanded .editor-container{height:240px!important;max-height:240px!important}.editor-content-editable{touch-action:pan-y;will-change:height, max-height, min-height;color:#333;background:#fff;border:none;border-radius:0 0 4px 4px;padding:0 16px;font-size:14px;line-height:1.5;transition:height .3s,max-height .3s,min-height .3s;display:block;resize:none!important;-webkit-overflow-scrolling:touch!important;outline:none!important;height:120px!important;min-height:120px!important;max-height:120px!important;overflow:hidden auto!important}.rich-text-editor.is-expanded .editor-content-editable{height:240px!important;min-height:240px!important;max-height:240px!important}.editor-content-editable:focus{box-shadow:none!important;outline:none!important}.editor-placeholder{color:#999;pointer-events:none;font-size:14px;position:absolute;top:16px;left:16px}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-list-ol,.editor-list-ul{margin:8px 0;padding-left:16px}.editor-listitem{margin:4px 0}.editor-nested-listitem{padding-left:16px}.editor-link{color:#1976d2;text-decoration:underline}.editor-link:hover{color:#1565c0}.rich-text-editor [data-lexical-editor]{will-change:height, max-height;transition:height .3s,max-height .3s;height:120px!important;max-height:120px!important;overflow:hidden auto!important}.rich-text-editor.is-expanded [data-lexical-editor]{height:240px!important;max-height:240px!important}.rich-text-editor .lexical-rich-text-plugin{will-change:height, max-height;transition:height .3s,max-height .3s;height:120px!important;max-height:120px!important;overflow:hidden auto!important}.rich-text-editor.is-expanded .lexical-rich-text-plugin{height:240px!important;max-height:240px!important}.rich-text-editor *{overscroll-behavior:none!important}