/* Overrides mínimos sobre Tailwind — Sprint W1 */

/* ── Prose: estilos para Markdown renderizado con marked.js ── */
.prose-md h1 { font-size: 1.25rem; font-weight: 700; margin: 1.25rem 0 0.5rem; color: #111827; }
.prose-md h2 { font-size: 1.05rem; font-weight: 600; margin: 1.1rem 0 0.4rem; color: #1f2937; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.25rem; }
.prose-md h3 { font-size: 0.9rem;  font-weight: 600; margin: 0.9rem 0 0.3rem; color: #374151; }
.prose-md p  { font-size: 0.875rem; line-height: 1.65; margin-bottom: 0.75rem; color: #374151; }
.prose-md ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 0.75rem; }
.prose-md ol { list-style: decimal; padding-left: 1.25rem; margin-bottom: 0.75rem; }
.prose-md li { font-size: 0.875rem; line-height: 1.6; color: #374151; margin-bottom: 0.2rem; }
.prose-md strong { font-weight: 600; color: #111827; }
.prose-md em  { font-style: italic; }
.prose-md code { font-family: ui-monospace, monospace; font-size: 0.8rem;
                 background: #f3f4f6; padding: 0.1rem 0.35rem; border-radius: 4px; }
.prose-md blockquote { border-left: 3px solid #d1d5db; padding-left: 1rem;
                       color: #6b7280; font-style: italic; margin: 0.75rem 0; }
.prose-md hr { border: none; border-top: 1px solid #e5e7eb; margin: 1rem 0; }
.prose-md table { width: 100%; font-size: 0.8rem; border-collapse: collapse; margin-bottom: 0.75rem; }
.prose-md th { text-align: left; font-weight: 600; padding: 0.4rem 0.6rem;
               background: #f9fafb; border: 1px solid #e5e7eb; }
.prose-md td { padding: 0.35rem 0.6rem; border: 1px solid #e5e7eb; color: #374151; }
