.elementor-26 .elementor-element.elementor-element-971e5d1{--display:flex;}.elementor-26 .elementor-element.elementor-element-22c64689{padding:50px 0px 50px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-22c64689 *//* Hide all LearnPress profile tabs except My Courses */
.learnpress-profile .lp-profile-nav li:not(.lp-tab-courses) {
    display: none;
}

/* Hide profile header info (name, avatar area at top) */
.learnpress-profile .lp-profile-header {
    display: none;
}

/* Hide tab nav bar entirely — show courses content directly */
.learnpress-profile .lp-profile-nav {
    display: none;
}

/* Make courses tab content always visible */
.learnpress-profile .lp-profile-tab-courses {
    display: block !important;
}

/* Hide LearnPress profile nav tabs we don't need */
#profile-nav .lp-profile-nav-tabs li.quizzes,
#profile-nav .lp-profile-nav-tabs li.orders,
#profile-nav .lp-profile-nav-tabs li.lp_orders_woocommerce,
#profile-nav .lp-profile-nav-tabs li.settings,
#profile-nav .lp-profile-nav-tabs li.courses,
#profile-nav .lp-profile-nav-tabs li.logout {
    display: none;
}


.learn-press-profile-course__progress .lp_profile_course_progress__item img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    height: auto !important;
    display: block !important;
}/* End custom CSS */