/* Start custom CSS for section, class: .elementor-element-8dba770 */.widget-area aside.widget .widget-title {
		font-size: var(--thim-font-h4-font-size);
		text-transform: capitalize;
		font-weight: var(--thim-font-title-variant);
}
.widget-area aside img {
    border-radius: var(--thim-border-radius-item, 10px);
}
.thim-list-posts.sidebar .article-title-wrapper a {
    font-weight: 500;
}
.thim-list-posts.sidebar .article-title-wrapper .article-date {
    font-size: 14px;
    font-weight: 400
}
.thim-list-posts.sidebar .article-title-wrapper .article-date span{
    color: #444
}
.widget-area .thim-course-list-sidebar .lpr_course .thim-course-content .course-title {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   font-weight: 500;
}
.widget-area .thim-course-list-sidebar .course-price .value {
    color: var(--thim-body-primary-color) !important;
}/* End custom CSS */