/* ========================================
   TUTOR LMS COURSE PAGE
   ======================================== */

/* Main course-description text */
body.single-courses .tutor-course-details-content,
body.single-courses .tutor-course-details-content p,
body.single-courses .tutor-course-details-content li,
body.single-courses .tutor-course-details-tab-info,
body.single-courses .tutor-course-details-tab-info p,
body.single-courses .tutor-course-details-tab-info li {
    color: #e5eaf2 !important;
}

/* Course-description headings */
body.single-courses .tutor-course-details-content h1,
body.single-courses .tutor-course-details-content h2,
body.single-courses .tutor-course-details-content h3,
body.single-courses .tutor-course-details-content h4,
body.single-courses .tutor-course-details-tab-info h1,
body.single-courses .tutor-course-details-tab-info h2,
body.single-courses .tutor-course-details-tab-info h3,
body.single-courses .tutor-course-details-tab-info h4 {
    color: #ffffff !important;
}

/* White sidebar cards */
body.single-courses .tutor-course-details-widget-card,
body.single-courses .tutor-course-details-widget-card p,
body.single-courses .tutor-course-details-widget-card span,
body.single-courses .tutor-course-details-widget-card li,
body.single-courses .tutor-course-details-widget-card .tutor-color-secondary {
    color: #4b5563 !important;
}

/* Course-category links */
body.single-courses a[href*="/course-category/"] {
    color: #6fa8ff !important;
    text-decoration: none;
}

body.single-courses a[href*="/course-category/"]:hover,
body.single-courses a[href*="/course-category/"]:focus {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Rounded course featured image */
body.single-courses .tutor-course-thumbnail,
body.single-courses .tutor-course-thumbnail img {
    border-radius: 28px !important;
}

body.single-courses .tutor-course-thumbnail {
    overflow: hidden;
}


/* ========================================
   REMOVE WHAT WILL I LEARN DOTS
   ======================================== */

/* Hide the What Will I Learn section */
body.single-courses
.tutor-course-details-widget-what-will-learn {
    display: none !important;
}

/* Fallback for alternate Tutor LMS templates */
body.single-courses
.tutor-course-details-content
ul:has(.tutor-icon-bullet-point) {
    display: none !important;
}


/* ========================================
   TUTOR LMS LESSON PAGES
   ======================================== */

/* Dark lesson-content links */
body.single-lesson .tutor-lesson-content a,
.tutor-course-spotlight-wrapper .tutor-lesson-content a {
    color: #1d4ed8 !important;
    font-weight: 600;
    text-decoration: underline;
}

body.single-lesson .tutor-lesson-content a:hover,
body.single-lesson .tutor-lesson-content a:focus,
.tutor-course-spotlight-wrapper .tutor-lesson-content a:hover,
.tutor-course-spotlight-wrapper .tutor-lesson-content a:focus {
    color: #0b2a6f !important;
}

/* Rounded lesson featured image */
.tutor-course-spotlight-wrapper img.wp-post-image {
    border-radius: 28px 28px 0 0 !important;
}
/* Remove the author biography from the bottom of posts and pages */
body.single-post .author-bio,
body.single-post .wp-block-post-author,
body.single-post .wp-block-post-author-biography,
body.page .author-bio,
body.page .wp-block-post-author,
body.page .wp-block-post-author-biography {
    display: none !important;
}
/* Improve Tutor LMS public-profile biography contrast */
.tutor-user-public-profile .tutor-user-profile-content,
.tutor-user-public-profile .tutor-user-profile-content p,
.tutor-user-public-profile .tutor-color-secondary {
    color: #e8eef8 !important;
}

/* Keep links visible within the biography */
.tutor-user-public-profile .tutor-user-profile-content a {
    color: #6fa8ff !important;
}