/* =========================
   RICHTEXT-INHALTE
   ========================= */
.richtext-content p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.richtext-content ul,
.richtext-content ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.richtext-content ul {
  list-style-type: disc;
}

.richtext-content ol {
  list-style-type: decimal;
}

.richtext-content li {
  margin-bottom: 0.5rem;
}

.richtext-content strong {
  font-weight: 600;
  color: #111827; /* Tailwind gray-900 */
}

.richtext-content a {
  color: #15803d; /* Tailwind green-700 */
  text-decoration: underline;
}

.richtext-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

/* =========================
   RICHTEXT HEADINGS
   ========================= */
.richtext-content h2 {
  font-size: 1.5rem;        /* entspricht text-2xl */
  line-height: 2rem;
  font-weight: 600;         /* semibold */
  color: #111827;           /* gray-900 */
  margin-top: 2.5rem;       /* mt-10 */
  margin-bottom: 1rem;      /* mb-4 */
}

.richtext-content h3 {
  font-size: 1.25rem;       /* text-xl */
  line-height: 1.75rem;
  font-weight: 600;
  color: #1f2937;           /* gray-800 */
  margin-top: 2rem;         /* mt-8 */
  margin-bottom: 0.75rem;   /* mb-3 */
}

.richtext-content h4,
.richtext-content h5,
.richtext-content h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #374151;           /* gray-700 */
}

/* =========================
   BLOCKQUOTE
   ========================= */
.richtext-content blockquote {
  border-left: 4px solid #15803d; /* green-700 */
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #374151; /* gray-700 */
}
