
  .prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom-width: 2px;
    border-bottom-color: #e5e7eb;
  }
  .prose h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .prose p {
    margin-bottom: 1.5rem;
    color: #374151;
  }
  .prose a {
    color: #2563eb;
    text-decoration: underline;
  }
  .prose a:hover {
    color: #1e40af;
  }
