/* Highlight current lesson/topic in the navigation */
.course_navigation .learndash_navigation_lesson_topics_list .current {
    background-color: #e0f7fa;  /* Light cyan background */
    font-weight: bold;
    border-left: 4px solid #016087;
    padding-left: 8px;
}
