/* static/css/richtext.css */
.richtext {
  line-height: 1.9;
  font-size: 1rem;
}

.richtext h1, .richtext h2, .richtext h3, .richtext h4 {
  margin: 1.2em 0 0.6em;
  font-weight: 700;
}

.richtext p { margin: 0.8em 0; }

.richtext ul, .richtext ol { padding-right: 1.5em; margin: 0.8em 0; }
.richtext li { margin: 0.3em 0; }

.richtext blockquote {
  border-right: 4px solid #e5e7eb;
  padding: 0.2em 1em;
  color: #374151;
  margin: 1em 0;
}

.richtext img {
  max-width: 100%;
  height: auto;
  display: block;
}
.richtext table { width: 100%; border-collapse: collapse; }
.richtext td, .richtext th { border: 1px solid #e5e7eb; padding: 0.5em; }
