.content-area h1 { font-size: 1.75rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.2; color: #0A2540; }
.content-area h2 { font-size: 1.25rem; font-weight: 600; margin-top: 2rem; margin-bottom: 0.75rem; line-height: 1.3; color: #0A2540; }
.content-area h3 { font-size: 1.125rem; font-weight: 600; margin-top: 1.75rem; margin-bottom: 0.75rem; line-height: 1.3; color: #0A2540; }
.content-area h4 { font-size: 1.0625rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.5rem; line-height: 1.4; color: #0A2540; }
.content-area h5 { font-size: 1rem; font-weight: 600; margin-top: 1.25rem; margin-bottom: 0.5rem; line-height: 1.4; color: #0A2540; }
.content-area h6 { font-size: 0.875rem; font-weight: 600; margin-top: 1rem; margin-bottom: 0.5rem; line-height: 1.5; color: #0A2540; }
@media (min-width: 768px) {
    .content-area h1 { font-size: 2rem; }
    .content-area h2 { font-size: 1.5rem; }
    .content-area h3 { font-size: 1.25rem; }
    .content-area h4 { font-size: 1.125rem; }
    .content-area h5 { font-size: 1rem; }
    .content-area h6 { font-size: 0.9375rem; }
}
.content-area p { font-size: 1rem; line-height: 1.75; margin-bottom: 1rem; }
.content-area ul, .content-area ol { margin-bottom: 1rem; padding-left: 1.5rem; line-height: 1.75; }
.content-area li { margin-bottom: 0.25rem; }
.content-area a { color: #0660BD; }
.content-area strong { font-weight: 600; }
.content-area > :first-child { margin-top: 0; }
