/**
    ##Related course 
 */

/* ==================== ##Related course ==================== */

.related-post-wrap.related_course .related-title {
    font-size: 28px;
    margin-bottom: 45px;
    margin-top: 100px;
    text-align: center;
}
.related-post-wrap.related_course .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
}
.related-post-wrap.related_course .tpc_col-3.item h4.entry-title a {
    color: inherit;
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--lmsmart-header-font-weight);
}
.related-post-wrap.related_course .shape-bg>.shape__bg {
    position: absolute;
    content: '';
    width: 165px;
    height: 22px;
    border-radius: 50px;
    z-index: -1;
    top: 12px;
    left: 0;
}
.related-post-wrap.related_course .price {
    color: var(--lmsmart-primary-color);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.related-post-wrap.related_course .origin-price {
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 16px;
    color: var(--lmsmart-header-font-color); 
    font-weight: 400;
}
.related-post-wrap.related_course .course-item-wrap {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 7%);
    transition: all 0.3s linear;
    position: relative;
    margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
    padding: 25px 30px 25px;
}
.related-post-wrap.related_course .course__content--meta {
    justify-content: inherit;
    display: inherit;
    padding: 12px 0 0;
}
@media (max-width: 991.98px) { 
    .related-post-wrap.related_course .tpc_col-3.item{
        width:50%;
    }
}
@media (max-width: 767.98px) { 
    .related-post-wrap.related_course .tpc_col-3.item{
        width:100%;
    }
}