/* Prose typography styles for rich text content */
.prose {
  color: #334155;
  line-height: 1.7;
  max-width: 100%;
}

.prose p {
  margin: 0 0 1rem 0;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.prose h1 {
  font-size: 2rem;
}

.prose h2 {
  font-size: 1.5rem;
}

.prose h3 {
  font-size: 1.25rem;
}

.prose ul,
.prose ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.prose ul {
  list-style: disc;
}

.prose ol {
  list-style: decimal;
}

.prose li + li {
  margin-top: 0.35rem;
}

.prose strong {
  font-weight: 700;
}

.prose hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

.prose img {
  max-width: 100%;
  border-radius: 0.5rem;
}
