/* Shared readable text for lesson topic indexes, including standalone pages. */
body.lesson-topic-page h3.lesson-topic-label {
    font-size: 1.75rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}
body.lesson-topic-page a.lesson-topic-button {
    font-size: 1rem;
    line-height: 1.3;
    min-width: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    text-align: center;
}
@media (min-width: 768px) {
    body.lesson-topic-page a.lesson-topic-button { font-size: clamp(1rem, 2.2vw, 1.75rem); }
}
body.lesson-topic-page .notes-btn,
body.lesson-topic-page .cm-notes-btn,
body.lesson-topic-page .frc-notes-btn,
body.lesson-topic-page .ap-badge {
    font-size: 1.125rem;
    line-height: 1.5;
}
body.lesson-topic-page .cm-card-footer .title-link {
    font-size: 1.75rem;
    line-height: 1.3;
}
