/* ── Course card: level badge replaces price ─────────────────────────── */

.lq-course-level {
    display: flex;
    align-items: center;
}

.lq-level-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 3px 12px;
    border-radius: 20px;
    line-height: 1.6;
}

/* All Levels / fallback */
.lq-level-badge.lq-level-all {
    color: #2d7a4f;
    background: rgba(34, 197, 94, 0.12);
}

/* Beginner */
.lq-level-badge.lq-level-beginner {
    color: #2d7a4f;
    background: rgba(34, 197, 94, 0.12);
}

/* Intermediate */
.lq-level-badge.lq-level-intermediate {
    color: #b45309;
    background: rgba(245, 158, 11, 0.12);
}

/* Advanced */
.lq-level-badge.lq-level-advanced {
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.12);
}

/* ── Mega menu: force course images to landscape full-width ───────────── */
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-img {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-img img {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block;
}
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-wrapper {
    flex-direction: column !important;
}
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-content {
    width: 100% !important;
}
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}
.thim-ekits-menu-item .elementor-widget-image-box .elementor-image-box-description {
    font-size: 12px !important;
    color: #888 !important;
    margin: 0 !important;
}


/* ── Hide "Free" price label everywhere ───────────────────────────────── */
.course-price .lp-course-price-free,
.course-price .price.free,
.single-lp_course .course-price > *:not(.lq-level-badge) {
    display: none !important;
}
