.text-editor{background-color:#fff;border-radius:20px;border-width:1px;border-style:solid;padding:10px}.text-editor .text-editor_menu{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgb(var(--color-gray-300))}.text-editor .text-editor_menu button{cursor:pointer}.text-editor .text-editor_wrapper{overflow:auto}.text-editor input{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 3px 20px rgba(0,0,0,.0431372549)}.text-editor input:focus{outline:2px solid transparent;outline-offset:2px;--yo-ring-inset:var(--yo-empty,);--yo-ring-offset-width:0px;--yo-ring-offset-color:red;--yo-ring-color:red;--yo-ring-offset-shadow:var(--yo-ring-inset) 0 0 0 var(--yo-ring-offset-width) var(--yo-ring-offset-color);--yo-ring-shadow:var(--yo-ring-inset) 0 0 0 calc(1px + var(--yo-ring-offset-width)) var(--yo-ring-color);box-shadow:var(--yo-ring-offset-shadow),var(--yo-ring-shadow),var(--yo-shadow);border-color:#2563eb}.text-editor .bubble-menu{padding:10px;background-color:rgb(var(--color-gray-800));border-radius:8px}.text-editor button{font-size:inherit;font-family:inherit;color:rgb(var(--color-gray-700));margin:.1rem;border:1px solid rgb(var(--color-gray-600));border-radius:.3rem;padding:.1rem .4rem;background:rgb(var(--color-gray-50));min-width:30px}.text-editor button.is-active{background:rgb(var(--color-gray-900));color:#fff}.text-editor input[type=color]{border-radius:.3rem;padding:.1rem .4rem;background:rgb(var(--color-gray-50));min-width:30px;font-size:inherit;font-family:inherit;color:#000;margin:.1rem;border:1px solid #000;accent-color:#000;width:50px;height:27px;display:inline-block}.ProseMirror{position:relative;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;font-variant-ligatures:none;font-feature-settings:"liga" 0}.ProseMirror [contenteditable=false]{white-space:normal}.ProseMirror [contenteditable=false] [contenteditable=true],.ProseMirror pre{white-space:pre-wrap}img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important;width:1px!important;height:1px!important}.ProseMirror-gapcursor{display:none;pointer-events:none;position:absolute;margin:0}.ProseMirror-gapcursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid #000;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.ProseMirror-hideselection ::selection{background:transparent}.ProseMirror-hideselection ::-moz-selection{background:transparent}.ProseMirror-hideselection *{caret-color:transparent}.ProseMirror-focused .ProseMirror-gapcursor{display:block}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.ProseMirror{min-height:100px}