/* Minimal prose styling that matches your site */
.prose-content {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 24px;
}
.prose-content h2 { font-size: 1.5rem; margin: 1.25rem 0 .5rem; font-weight: 700; }
.prose-content h3 { font-size: 1.25rem; margin: 1rem 0 .5rem; font-weight: 600; }
.prose-content p { line-height: 1.7; margin: .85rem 0; color: #374151; }
.prose-content a { color: #00394f; text-decoration: underline; }
.prose-content ul, .prose-content ol { margin: .75rem 0 .75rem 1.25rem; }
.prose-content img { max-width: 100%; height: auto; border-radius: 10px; }