.tiptap-wrapper .tiptap-host .ProseMirror {
  min-height: 150px;
  padding: 0.5rem 0.75rem;
  outline: none;
}

.tiptap-wrapper .tiptap-host .ProseMirror p {
  margin-bottom: 0.5rem;
}

.tiptap-wrapper .tiptap-host .ProseMirror table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0;
}

.tiptap-wrapper .tiptap-host .ProseMirror th,
.tiptap-wrapper .tiptap-host .ProseMirror td {
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.5rem;
  vertical-align: top;
}

.tiptap-wrapper .tiptap-host .ProseMirror th {
  background: #f8f9fa;
}

/* Read-only rich text content (note/task detail modals, previews) */
.rich-text-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0;
}

.rich-text-content th,
.rich-text-content td {
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.5rem;
  vertical-align: top;
}

.rich-text-content th {
  background: #f8f9fa;
}
