.markdown-content h2 {
    color: #041543;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.markdown-content p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.markdown-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.markdown-content li {
    margin-bottom: 0.5rem;
}

.markdown-content strong {
    font-weight: 600;
    color: #041543;
} 