.content-section h2 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.content-section p, .content-section ul {
    margin-bottom: 1rem;
    line-height: 1.6;
}
.content-section li {
    margin-left: 1.5rem;
    list-style-type: disc;
}
.content-section a {
    color: #2563eb;
    text-decoration: underline;
}