.prose {
    color: #374151;
    line-height: 1.8;
}

.prose p {
    margin: 0 0 1.5rem;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.prose h1 { font-size: 2.25rem; }
.prose h2 { font-size: 1.875rem; }
.prose h3 { font-size: 1.5rem; }
.prose h4 { font-size: 1.25rem; }

.prose ul {
    list-style: disc;
    padding-left: 1.75rem;
    margin: 1rem 0;
}

.prose ol {
    list-style: decimal;
    padding-left: 1.75rem;
    margin: 1rem 0;
}

.prose li {
    margin-bottom: .5rem;
}

.prose strong {
    font-weight: 700;
}

.prose a {
    color: #2563eb;
    text-decoration: underline;
}

.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem auto;
}

.prose blockquote {
    border-left: 4px solid #facc15;
    padding-left: 1rem;
    font-style: italic;
    color: #4b5563;
    margin: 1.5rem 0;
}

.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.prose table th,
.prose table td {
    border: 1px solid #e5e7eb;
    padding: .75rem;
}

.prose table th {
    background: #f9fafb;
    font-weight: 700;
}

.prose hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}