/* Project-specific styles. Brand theme lives in brand.css. */

/* Markdown-rendered content (AI summary, etc.) */
.ai-summary-md p { margin: 4px 0; }
.ai-summary-md ul, .ai-summary-md ol { margin: 4px 0; padding-left: 20px; }
.ai-summary-md li { margin: 2px 0; }
.ai-summary-md h1, .ai-summary-md h2, .ai-summary-md h3 { font-size: 14px; font-weight: 700; margin: 8px 0 2px 0; }
.ai-summary-md strong { font-weight: 600; }

/* Constrain pasted images inside comment bodies */
.comment-body img { max-width: 100%; height: auto; }
