.prose{flex:1;max-width:none}.prose p.is-editor-empty:first-child:before{color:hsl(var(--heroui-foreground-400)/1);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.prose li p{margin:0}.prose table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1.5rem 0;overflow:hidden;border:1px solid hsl(var(--heroui-foreground-200)/1);border-radius:8px}.prose table td,.prose table th{min-width:1em;border:1px solid hsl(var(--heroui-foreground-200)/1);padding:8px 12px;vertical-align:top;box-sizing:border-box;position:relative}.prose table td>*,.prose table th>*{margin-bottom:0}.prose table th{font-weight:700;text-align:left;background-color:hsl(var(--heroui-foreground-50)/1)}.prose table .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:hsl(var(--heroui-primary-100)/.3);pointer-events:none}.prose table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:hsl(var(--heroui-primary)/1);pointer-events:none}.prose table p{margin:0}.prose table .tableWrapper{padding:1rem 0;overflow-x:auto}.prose table .resize-cursor{cursor:ew-resize;cursor:col-resize}