
.ld-my-account-wrapper p {
    display: block !important;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2, 
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    font-size: 26px !important;
}

.learndash-wrapper .ld-item-list {
    margin: 0 !important;
}

/* Course Grid Items */
.learndash-course-grid .items-wrapper .item,
.learndash-course-grid .items-wrapper .item article {
    height: 100% !important;
    position: relative;
}

.learndash-course-grid .items-wrapper .item article {
    padding-bottom: 60px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.learndash-course-grid .items-wrapper .item .button a {
    width: 100% !important;
    max-width: 100% !important;
    background: #32396f !important;
}

.learndash-course-grid .items-wrapper .item .button {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    width: calc(100% - 30px) !important;
}

.learndash-course-grid .items-wrapper .item .thumbnail img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 3 / 2 !important;
}

.learndash-course-grid .items-wrapper .item .thumbnail .button {
    display: none !important;
}

.learndash-course-grid .items-wrapper .item .thumbnail .ribbon {
    background: #32396f !important;
}

.learndash-course-grid .items-wrapper .item .content {
    display: flex !important;
    flex-direction: column-reverse !important;
    padding: 10px 20px !important;
}

.learndash-course-grid .items-wrapper .item .content .entry-title {
    padding: 0 !important;
    /* margin: 0 !important; */
}

.learndash-course-grid .items-wrapper .item .content .meta {
    display: none !important;
}

.learndash-course-grid .items-wrapper .item .content .meta.price-wrapper {
    display: block !important;
    position: absolute !important;
    top: 40px !important;
    left: 20px !important;
}

.learndash-course-grid .items-wrapper .item .content .meta.price-wrapper .trial {
    display: none !important;
}

.learndash-course-grid .items-wrapper .item .content .meta.price-wrapper .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    background: #32396f !important;
    color: #fff !important;
    padding: 5px 10px !important;
    width: auto !important;
}
/* Course Grid Items End */




/* LearnDash Profile */
.ld-profile-edit-link {
    display: none !important;
}

.u-column1.woocommerce-Address {
    width: 100% !important;
}

.u-column2.woocommerce-Address {
    display: none !important;
}
/* LearnDash Profile End */


/* Default Course Grid */
.ld_course_grid .thumbnail {
    border: none !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
    overflow: hidden;
    transition: all 0.4s ease-in-out !important;
}

.ld_course_grid .thumbnail:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.ld_course_grid .thumbnail img {
    transition: transform 0.6s ease;
    aspect-ratio: 3 / 2;
}

.ld_course_grid .ld_status {
    border-radius: 50px !important;
    padding: 5px 15px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 15px !important;
    left: 15px !important;
}

.ld_status.enrolled {
    background-color: #4facfe !important;
}

.ld_status.completed {
    background-color: #00ab61 !important;
}

.ld_course_grid .thumbnail .caption h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    color: #1a1a1a !important;
    margin: 20px 15px 10px !important;
    /* min-height: 50px; */
}

.ld_course_grid .btn-primary {
    background: linear-gradient(135deg, #32396f 0%, #5562c1 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 25px !important;
    font-weight: 700 !important;
    margin: 15px !important;
    width: calc(100% - 30px) !important;
    transition: opacity 0.3s !important;
}

.ld_course_grid .btn-primary:hover {
    opacity: 0.9 !important;
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4) !important;
}



/* LearnDash navigation shortcode inside Divi lesson templates */
.learndash-wrapper .ld-content-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0 0;
    border-top: 2px solid #e2e7ed;
}

.learndash-wrapper .ld-content-action {
    display: flex;
    flex: 1 1 0;
    align-items: center;
}

.learndash-wrapper .ld-content-action:first-child {
    justify-content: flex-start;
}

.learndash-wrapper .ld-content-action:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.learndash-wrapper .ld-content-action:last-child {
    justify-content: flex-end;
}

.learndash-wrapper .ld-empty {
    visibility: hidden;
}

.learndash-wrapper .sfwd-mark-complete {
    margin: 0;
}

/* .learndash-wrapper .ld-content-action a.ld-button,
.learndash-wrapper .sfwd-mark-complete .learndash_mark_complete_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 28px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background-color: #003164 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
} */

.learndash-wrapper .sfwd-mark-complete::after {
    display: none !important;
    content: '' !important;
}

.learndash-wrapper .learndash_mark_complete_button .ld-navigation__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.learndash-wrapper .ld-course-step-back {
    color: #003164 !important;
    font-weight: 700;
    text-decoration: none;
}

.learndash-wrapper .ld-course-step-back:hover {
    text-decoration: underline;
}

.learndash-wrapper .sobell-ld-step-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.learndash-wrapper .sobell-ld-step-status--complete {
    background: #00ab61;
}

.learndash-wrapper .sobell-ld-step-status--incomplete {
    background: #73738c;
}

.learndash-wrapper iframe {
    width: 100% !important;
}

@media (max-width: 768px) {
    .learndash-wrapper .ld-content-actions {
        flex-direction: column;
        gap: 16px;
    }

    .learndash-wrapper .ld-content-action {
        width: 100%;
        justify-content: center !important;
    }

    .learndash-wrapper .ld-empty {
        display: none;
    }
}



/* Zoom Plugin */
.zmeet-wrapper {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px;
}

.zmeet-wrapper .zmeet-col-12 {
    padding: 0 !important;
}

.zmeet-wrapper .zmeet-shortcode-widget {
    margin-top: 0 !important;
}

.zmeet-wrapper .meeting-not-started {
    margin: 0;
    max-width: 100% !important;
    border-radius: 0 !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.zmeet-wrapper .zmeet-single-widget {
    border-radius: 0 !important;
}
.zmeet-wrapper .zmeet-widget-title {
    background-color: #003164 !important;
}

.zmeet-wrapper .zmeet-button {
    border-radius: 4px !important;
    transition: 0.3s !important;
}