.content-prose h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-prose h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-prose p {
    color: #475569;
    line-height: 1.9;
    margin-bottom: 1rem;
}

.content-prose ul {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    color: #475569;
}

.content-prose li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.content-prose .info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
