.elementor-kit-34{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d6c901b:#49027c;--e-global-color-ad611f5:#460E71;--e-global-color-1f06fa8:#509588;--e-global-color-36fdaee:#D17B48;--e-global-color-0cb26a8:#0B6655;--e-global-color-d8883a6:#E7360C;--e-global-color-9769d23:#C44325;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Force all cards to exact same height */
.ld_course_grid {
    display: flex;
    flex-wrap: wrap;
}

.ld_course_grid > div {
    display: flex;
}

/* Course card container */
.ld_course_grid article.thumbnail {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

/* Image container - force consistent height */
.ld_course_grid article.thumbnail > a {
    height: 194px;
    overflow: hidden;
}

.ld_course_grid article.thumbnail > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Course title */
.ld_course_grid article.thumbnail .caption h3.entry-title {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;
    line-height: 1.2;
    font-size: 16px;
}

/* Button and progress wrapper */
.ld_course_grid article.thumbnail .caption {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 15px 15px;
}

/* Continue Study button - adjusted spacing */
.ld_course_grid article.thumbnail .caption .ld_course_grid_button {
    margin-top: auto;
    margin-bottom: 20px; /* Increased from 10px to 20px */
}

/* Progress bar */
.ld_course_grid article.thumbnail .learndash-wrapper {
    margin-top: auto; /* Changed to auto to push it to bottom */
}/* End custom CSS */