.comment-editor-wrapper{width:100%;height:var(--comment-editor-height,240px);background:#919eab14;border:1px solid #919eab33;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.comment-editor-wrapper--error{border-color:#ef4444}.comment-editor-toolbar{z-index:2;background:#fff;border-bottom:1px solid #919eab33;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;display:flex;position:sticky;top:0}.comment-editor-header-dropdown{position:relative}.comment-editor-header-select{color:#1f262d;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%231f262d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 8px center no-repeat;border:1px solid #919eab33;border-radius:6px;width:120px;height:32px;padding:0 32px 0 8px;font-size:14px;font-weight:600}.comment-editor-header-select:focus{border-color:#2453d4;outline:none}.comment-editor-divider{background:#919eab33;flex-shrink:0;width:1px;height:16px}.comment-editor-button-group{align-items:center;gap:4px;display:flex}.comment-editor-button{cursor:pointer;color:#1f262d;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background-color .2s;display:flex}.comment-editor-button:hover{background:#919eab1a}.comment-editor-button.active{color:#2453d4;background:#2453d41a}.comment-editor-button svg{width:16px;height:16px}.comment-editor-button.comment-editor-button-prominent{background:#fff;border:1px solid #919eab47;border-radius:5px;width:30px;height:30px}.comment-editor-button.comment-editor-button-prominent:hover{background:#2453d414;border-color:#2453d459}.comment-editor-button.comment-editor-button-prominent.active{background:#2453d41f;border-color:#2453d473}.comment-editor-button.comment-editor-button-prominent svg{width:18px;height:18px}.comment-editor-content{color:#1f262d;background:0 0;outline:none;flex:auto;min-height:100%;padding:12px 16px;font-size:14px;line-height:22px;position:relative}.comment-editor-body{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.comment-editor-content:focus{outline:none}.comment-editor-content[data-placeholder]:empty:before{content:attr(data-placeholder);color:#919eab;pointer-events:none;position:absolute}.comment-editor-content.ProseMirror,.comment-editor-content .ProseMirror,.comment-editor-body .ProseMirror{color:#1f262d;outline:none;min-height:100%;font-size:14px;line-height:22px}.comment-editor-content p,.comment-editor-content.ProseMirror p,.comment-editor-body .ProseMirror p{margin:0;padding:0}.comment-editor-content p.is-editor-empty:first-child:before,.comment-editor-content.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#919eab;pointer-events:none;height:0}.comment-editor-content h1,.comment-editor-content.ProseMirror h1{margin:8px 0;font-size:24px;font-weight:600;line-height:1.2}.comment-editor-content h2,.comment-editor-content.ProseMirror h2{margin:8px 0;font-size:20px;font-weight:600;line-height:1.2}.comment-editor-content h3,.comment-editor-content.ProseMirror h3{margin:8px 0;font-size:18px;font-weight:600;line-height:1.2}.comment-editor-content strong,.comment-editor-content.ProseMirror strong{font-weight:600}.comment-editor-content em,.comment-editor-content.ProseMirror em{font-style:italic}.comment-editor-content s,.comment-editor-content.ProseMirror s{text-decoration:line-through}.comment-editor-content u,.comment-editor-content.ProseMirror u{text-decoration:underline}.comment-editor-link{color:#2453d4;cursor:pointer;text-decoration:underline}.comment-editor-link:hover{color:#1a3fa0}.comment-editor-content ul,.comment-editor-content ol,.comment-editor-content.ProseMirror ul,.comment-editor-content.ProseMirror ol,.comment-editor-body .ProseMirror ul,.comment-editor-body .ProseMirror ol{margin:8px 0!important;padding-left:1.5em!important;list-style-position:outside!important;display:block!important}.comment-editor-content ul,.comment-editor-content.ProseMirror ul,.comment-editor-body .ProseMirror ul{list-style-type:disc!important}.comment-editor-content ol,.comment-editor-content.ProseMirror ol,.comment-editor-body .ProseMirror ol{list-style-type:decimal!important}.comment-editor-content li,.comment-editor-content.ProseMirror li,.comment-editor-body .ProseMirror li{margin:4px 0;padding-left:.25em;list-style-position:outside!important;list-style:inherit!important;display:list-item!important}.comment-editor-content li::marker{color:#1f262d}.comment-editor-content.ProseMirror li::marker{color:#1f262d}.comment-editor-body .ProseMirror li::marker{color:#1f262d}.comment-editor-content li>p,.comment-editor-content.ProseMirror li>p,.comment-editor-body .ProseMirror li>p{margin:0!important;padding:0!important}.comment-editor-content ul ul,.comment-editor-content.ProseMirror ul ul{list-style-type:circle!important}.comment-editor-content ul ul ul,.comment-editor-content.ProseMirror ul ul ul{list-style-type:square!important}.comment-editor-content code,.comment-editor-content.ProseMirror code{background:#919eab1a;border-radius:4px;padding:2px 4px;font-family:Courier New,monospace;font-size:13px}.comment-editor-content pre,.comment-editor-content.ProseMirror pre{background:#919eab1a;border-radius:4px;margin:8px 0;padding:12px;overflow-x:auto}.comment-editor-content pre code,.comment-editor-content.ProseMirror pre code{background:0 0;padding:0}.comment-editor-content img,.comment-editor-content.ProseMirror img{border-radius:4px;max-width:100%;height:auto;margin:8px 0;display:block}.comment-editor-content [style*="text-align: left"],.comment-editor-content [style*=text-align\:left],.comment-editor-content.ProseMirror [style*="text-align: left"],.comment-editor-content.ProseMirror [style*=text-align\:left],.comment-editor-content .has-text-align-left{text-align:left}.comment-editor-content [style*="text-align: center"],.comment-editor-content [style*=text-align\:center],.comment-editor-content.ProseMirror [style*="text-align: center"],.comment-editor-content.ProseMirror [style*=text-align\:center],.comment-editor-content .has-text-align-center{text-align:center}.comment-editor-content [style*="text-align: right"],.comment-editor-content [style*=text-align\:right],.comment-editor-content.ProseMirror [style*="text-align: right"],.comment-editor-content.ProseMirror [style*=text-align\:right],.comment-editor-content .has-text-align-right{text-align:right}.comment-editor-content [style*="text-align: justify"],.comment-editor-content [style*=text-align\:justify],.comment-editor-content.ProseMirror [style*="text-align: justify"],.comment-editor-content.ProseMirror [style*=text-align\:justify],.comment-editor-content .has-text-align-justify{text-align:justify}@media (max-width:768px){.comment-editor-toolbar{gap:4px;padding:8px}.comment-editor-button{width:24px;height:24px}.comment-editor-button.comment-editor-button-prominent{width:28px;height:28px}.comment-editor-button.comment-editor-button-prominent svg{width:16px;height:16px}.comment-editor-header-select{width:100px;height:28px;font-size:12px}}
.rich-text-content{word-break:break-word;unicode-bidi:plaintext;max-width:none}.rich-text-content p{margin:0 0 .75em}.rich-text-content p:last-child{margin-bottom:0}.rich-text-content h1{margin:12px 0;font-size:24px;font-weight:600;line-height:1.25}.rich-text-content h2{margin:10px 0;font-size:20px;font-weight:600;line-height:1.25}.rich-text-content h3{margin:8px 0;font-size:18px;font-weight:600;line-height:1.3}.rich-text-content strong,.rich-text-content b{font-weight:600}.rich-text-content em{font-style:italic}.rich-text-content s{text-decoration:line-through}.rich-text-content u{text-decoration:underline}.rich-text-content ul,.rich-text-content ol{margin:8px 0!important;padding-left:1.5em!important;list-style-position:outside!important;display:block!important}.rich-text-content ul{list-style-type:disc!important}.rich-text-content ol{list-style-type:decimal!important}.rich-text-content li{margin:4px 0;padding-left:.25em;list-style-position:outside!important;list-style:inherit!important;display:list-item!important}.rich-text-content li::marker{color:currentColor}.rich-text-content li>p{margin:0!important;padding:0!important}.rich-text-content ul ul{list-style-type:circle!important}.rich-text-content ul ul ul{list-style-type:square!important}.rich-text-content img{border-radius:4px;max-width:100%;height:auto;margin:8px 0;display:block}.rich-text-content a{color:#2453d4;text-decoration:underline}.rich-text-content pre{background:#919eab1a;border-radius:4px;margin:8px 0;padding:12px;overflow-x:auto}.rich-text-content code{background:#919eab1a;border-radius:4px;padding:2px 4px;font-family:Courier New,monospace;font-size:.95em}.rich-text-content pre code{background:0 0;padding:0}.rich-text-content blockquote{border-inline-start:4px solid #eaeaea;margin:8px 0;padding-inline-start:12px;font-style:italic}
