.prose { line-height: 1.75; }
    .prose p { margin-bottom: 1.25em; }
    .prose h3 {
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.4;
      font-weight: 700;
      font-size: 1.25rem;
      color: #111827;
    }
    .prose h4 {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.4;
      font-weight: 600;
      color: #111827;
    }
    .prose ul {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-left: 1.5em;
      list-style: disc;
    }
    .prose blockquote {
      font-style: italic;
      border-left-width: 0.25rem;
      border-left-color: #e5e7eb;
      padding-left: 1em;
      color: #4b5563;
      background: #f9fafb;
      margin: 1.5em 0;
    }