.rte-root{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);font-family:var(--wh-font,"Open Sans",sans-serif);border-radius:12px;overflow:hidden}.rte-toolbar{border-bottom:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);flex-wrap:wrap;align-items:center;gap:3px;padding:7px 8px;display:flex}.rte-tool{cursor:pointer;color:var(--wh-text,#1f2330);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:14px;line-height:1;display:inline-flex}.rte-tool:hover:not(:disabled){background:var(--wh-hover,#f1f5f9)}.rte-tool:disabled{opacity:.45;cursor:default}.rte-tool--active{color:var(--wh-indigo,#2563eb);background:#2563eb1f}.rte-tool-bold{font-weight:800}.rte-tool-italic{font-style:italic}.rte-tool-underline{text-decoration:underline}.rte-tool-strike{text-decoration:line-through}.rte-divider{background:var(--wh-border-light,#e5e7eb);align-self:stretch;width:1px;margin:2px 3px}.rte-size{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);color:var(--wh-text,#1f2330);cursor:pointer;border-radius:7px;height:30px;padding:0 6px;font-family:inherit;font-size:13px}.rte-swatches{grid-template-columns:repeat(8,22px);gap:6px;padding:8px;display:grid}.rte-swatch{cursor:pointer;border:1px solid #0000001a;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.rte-swatch--clear{background:var(--wh-surface,#fff);color:var(--wh-text-muted,#6b7280)}.rte-linkpop{flex-direction:column;gap:8px;min-width:240px;padding:8px;display:flex}.rte-linkpop-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.rte-editor{background:var(--wh-surface,#fff)}.rte-content{color:var(--wh-text,#1f2330);outline:none;padding:12px 14px;font-size:15px;line-height:1.6}.rte-content p{margin:0 0 8px}.rte-content p:last-child{margin-bottom:0}.rte-content ul,.rte-content ol{margin:0 0 8px;padding-left:22px}.rte-content h1,.rte-content h2,.rte-content h3{margin:8px 0 6px;font-weight:700;line-height:1.3}.rte-content a{color:var(--wh-indigo,#2563eb);text-decoration:underline}.rte-content blockquote{border-left:3px solid var(--wh-border-light,#e5e7eb);color:var(--wh-text-muted,#6b7280);margin:8px 0;padding-left:12px}.rte-content mark{border-radius:2px;padding:0 2px}.rte-content img{border-radius:var(--wh-radius-sm,6px);max-width:100%;height:auto;margin:8px 0;display:block}.rte-content img.ProseMirror-selectednode{outline:2px solid var(--wh-indigo,#2563eb);outline-offset:1px}.rte-content .tableWrapper{margin:0 0 8px;overflow-x:auto}.rte-content table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0;overflow:hidden}.rte-content th,.rte-content td{border:1px solid var(--wh-border,#d1d5db);vertical-align:top;box-sizing:border-box;min-width:1.5em;padding:6px 10px;position:relative}.rte-content th{text-align:left;background:var(--wh-bg,#f9fafb);font-weight:700}.rte-content .selectedCell:after{content:"";background:var(--wh-indigo-muted,#2563eb1f);pointer-events:none;z-index:2;position:absolute;inset:0}.rte-content .column-resize-handle{background:var(--wh-indigo,#2563eb);pointer-events:none;width:4px;position:absolute;top:0;bottom:-2px;right:-2px}.rte-content.resize-cursor{cursor:col-resize}.rte-content p.is-editor-empty:first-child:before,.rte-content[data-placeholder]:empty:before{content:attr(data-placeholder);color:var(--wh-text-muted,#9ca3af);pointer-events:none;float:left;height:0}