.elementor-6850 .elementor-element.elementor-element-b21848a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c663bc2 *//* =========================
   HIDE FILTER SIDEBAR ITEMS
========================= */

/* Hide Tag filter section */
.tutor-widget-course-tags {
    display: none !important;
}

/* Hide Level filter section */
.tutor-widget-course-levels {
    display: none !important;
}


/* =========================
   CLEAN COURSE CARD META
========================= */

/* Hide the "In Category" text and categories */
.tutor-meta.tutor-mt-auto > div:last-child {
    font-size: 0 !important;
}

/* Restore instructor name size */
.tutor-meta.tutor-mt-auto > div:last-child a:first-of-type {
    font-size: 14px !important;
    display: inline-block !important;
}

/* Hide everything after instructor name */
.tutor-meta.tutor-mt-auto > div:last-child {
    line-height: 1.5;
}

/* Hide plain text like "In" */
.tutor-meta.tutor-mt-auto > div:last-child {
    color: transparent !important;
}

/* Show instructor link normally */
.tutor-meta.tutor-mt-auto > div:last-child a:first-of-type {
    color: inherit !important;
}

/* Hide all category links except instructor link */
.tutor-meta.tutor-mt-auto > div:last-child a:not(:first-of-type) {
    display: none !important;
}


/* =========================
   OPTIONAL CLEANUP
========================= */

/* Hide ratings */
.tutor-course-ratings {
    display: none !important;
}

/* Hide student count */
.tutor-meta.tutor-mt-12 {
    display: none !important;
}

/* Hide wishlist icon */
.tutor-course-bookmark {
    display: none !important;
}/* End custom CSS */