.elementor-17425 .elementor-element.elementor-element-c60c100{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17425 .elementor-element.elementor-element-4557077{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:100px;--margin-right:0px;}.elementor-17425 .elementor-element.elementor-element-d34617e > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-17425 .elementor-element.elementor-element-1b05bf6{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-17425 .elementor-element.elementor-element-1b05bf6 .elementor-divider-separator{width:90%;}.elementor-17425 .elementor-element.elementor-element-1b05bf6 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-17425 .elementor-element.elementor-element-635af68 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-17425 .elementor-element.elementor-element-c9f8917{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;}.elementor-17425 .elementor-element.elementor-element-c9f8917 > .elementor-widget-container{margin:25px 0px 0px 0px;}@media(max-width:767px){.elementor-17425 .elementor-element.elementor-element-4557077{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-c9f8917 *//* Course Title */
.academy-course__title a {
    color: #111 !important;
}

/* Category text */
.academy-course__meta--category a {
    color: #444 !important;
}

/* Author text */
.academy-course__author a {
    color: #333 !important;
}

/* Price text */
.academy-course__price {
    color: #000 !important;
}

/* Rating text */
.academy-course__rating {
    color: #222 !important;
}
.academy-course__title a:hover,
.academy-course__meta--category a:hover,
.academy-course__author a:hover {
    color: #4f46e5 !important; /* purple accent */
}
.academy-course {
    border: none !important;
    box-shadow: none !important;
}
.academy-course__meta--category {
    display: none !important;
}
/* remove footer divider line */
.academy-course__footer {
    border-top: none !important;
}

/* sometimes added using shadow */
.academy-course__footer {
    box-shadow: none !important;
}

/* remove any separator line above button */
.academy-course__footer::before {
    display: none !important;
    content: none !important;
}
/* force button text black */
.academy-btn.academy-btn--preset-purple {
    color: #000 !important;
}

/* also inside span if exists */
.academy-btn.academy-btn--preset-purple span {
    color: #000 !important;
}
/* change footer layout to column */
.academy-course__footer {
    margin-top: -25px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
    
}

/* button full width */
.academy-course__footer .academy-btn {
    width: 100%;
    text-align: center;
}
/* remove underline from course title */
.academy-course__title a {
    text-decoration: none !important;
}

/* also keep it removed on hover */
.academy-course__title a:hover {
    text-decoration: none !important;
}/* End custom CSS */