/* Typography styles for rich text content */
.prose {
    color: #374151;
    line-height: 1.5;
    /* Reduced from 1.625 */
}

.prose ul,
.prose ol {
    margin-top: 0.75em;
    /* Reduced from 1.25em */
    margin-bottom: 0.75em;
    /* Reduced from 1.25em */
    padding-left: 1.25em;
    /* Reduced from 1.625em */
}

.prose ul {
    list-style-type: disc;
}

.prose ol {
    list-style-type: decimal;
}

.prose li {
    margin-top: 0.25em;
    /* Reduced from 0.5em */
    margin-bottom: 0.25em;
    /* Reduced from 0.5em */
}

.prose p {
    margin-top: 0.75em;
    /* Reduced from 1.25em */
    margin-bottom: 0.75em;
    /* Reduced from 1.25em */
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
    color: #111827;
    font-weight: 600;
    margin-top: 1.5em;
    /* Reduced from 2em */
    margin-bottom: 0.6em;
    /* Reduced from 0.8em */
    line-height: 1.2;
}

.prose h1 {
    font-size: 2.25em;
}

.prose h2 {
    font-size: 1.5em;
}

.prose h3 {
    font-size: 1.25em;
}

.prose strong {
    font-weight: 600;
    color: #111827;
}

.prose a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1em;
    /* Reduced from 1.6em */
    margin-bottom: 1em;
    /* Reduced from 1.6em */
    padding-left: 1em;
}