/* Intro-paragraf på Financial Calendar och Indices – samma stil som kategoribeskrivningar (.description p) */

#financial-reports .mb-6 > p,
#indices .mb-6 > p {
    font-family: 'Libre Baskerville', serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #6b7280;
    max-width: 28rem;
    margin: 0;
}

.dark #financial-reports .mb-6 > p,
.dark #indices .mb-6 > p {
    color: #9ca3af;
}
