.rich-text-editor {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.rich-text-editor .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.35rem 0.45rem;
}

.rich-text-editor .ql-container.ql-snow {
  border: none;
  font: inherit;
}

.rich-text-editor .ql-editor {
  min-height: 11rem;
  max-height: min(52vh, 520px);
  overflow-y: auto;
  padding: 0.65rem 0.75rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
}

.rich-text-editor .ql-editor.ql-blank::before {
  color: #94a3b8;
  font-style: italic;
}

.rich-text-editor .ql-editor p,
.rich-text-editor .ql-editor li {
  margin-bottom: 0.45rem;
}

.rich-text-editor .ql-editor p:last-child,
.rich-text-editor .ql-editor li:last-child {
  margin-bottom: 0;
}

.triage-summary-editor-mount .rich-text-editor {
  margin-top: 0.15rem;
}
