.ez-rich-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.ez-rich-text__editor {
  min-height: 10rem;
  background: #fff;
  border: 1px solid var(--app-line, #e5e7eb);
  border-radius: 8px;
}

.ez-rich-text .ql-toolbar.ql-snow {
  border: 1px solid var(--app-line, #e5e7eb);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.96);
}

.ez-rich-text .ql-container.ql-snow {
  border: 1px solid var(--app-line, #e5e7eb);
  border-radius: 0 0 8px 8px;
  font-family: var(--app-font, "Segoe UI", system-ui, sans-serif);
  font-size: 0.9375rem;
}

.ez-rich-html p {
  margin: 0 0 0.5rem;
}

.ez-rich-html ul,
.ez-rich-html ol {
  margin: 0.25rem 0 0.5rem 1.25rem;
  padding: 0;
}

.ez-rich-html a {
  color: var(--kd-blue, #1e40af);
}
