.learndash-course-grid .items-wrapper .grid-3 .post {
    line-height: 1.428571429;
    background-color: #2c2a3f;    
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 20px;
    margin: 0;    
}

.learndash-course-grid .items-wrapper .grid-3 .thumbnail {
    margin: 0;
    padding: 0;
}

.learndash-course-grid .items-wrapper .grid-3 .thumbnail img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.learndash-course-grid .items-wrapper .grid-3 .content {    
    color: #ffffff;
}

.learndash-course-grid .items-wrapper .grid-3 .content .entry-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin: 15px 0;
}

.learndash-course-grid .items-wrapper .grid-3 .content .entry-title a {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.learndash-course-grid .items-wrapper .grid-3 .content .entry-content {
    margin-bottom: 20px ;
    color: #949ca1;
    font-size: 0.875rem;
}

.learndash-course-grid .items-wrapper .grid-3 .content .entry-content > * {
    margin: 0;
}

.learndash-course-grid .items-wrapper .grid-3 .content .meta {
    display: flex;    
    gap: 10px;
    color: #E8E8E8;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    flex-direction: column;
}

.learndash-course-grid .items-wrapper .grid-3 .content .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.learndash-course-grid .items-wrapper .grid-3 .content .author img {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    border: 2px solid #fd8739;
}

.learndash-course-grid .items-wrapper .grid-3 .content .name {
    font-weight: 300;
}

.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
}
.learndash-course-grid .items-wrapper .grid-3 .ld-progress-steps{
    display: none;
}
.learndash-course-grid .items-wrapper .grid-3 .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{
    border: 5px solid #35324B;
    border-radius: 10px;
    width: auto;
    height: 20px !important;
}
.learndash-course-grid .items-wrapper .grid-3 .learndash-wrapper .ld-progress.ld-progress-inline{
    flex-direction: row;
    margin: 20px 0;
}
.learndash-course-grid .items-wrapper .grid-3  .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 10px;
}
.learndash-course-grid .items-wrapper .grid-3  .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    height: 10px !important;
    border-radius: 8px;
}
.learndash-course-grid .items-wrapper .grid-3 .price{
    background: #35324B;
    border-radius: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;    
    float: left;
    padding: 10px 15px;
    margin-right: 10px;
}
.enrolled .price{
    display: none;
}
.learndash-course-grid .items-wrapper .grid-3 .price .name{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;    
}
.learndash-course-grid .items-wrapper .grid-3 .price .month{
    opacity: 0.3;
    font-size: 12px;
    line-height: 14px;
}
.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper > * {
    width: 50%;
}

.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper .trial {
    text-align: left;
}

.learndash-course-grid .items-wrapper .grid-3 .content .price-wrapper .price {
    text-align: right;
}

.learndash-course-grid .items-wrapper .grid-3 .content .button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    width: 100%;
}

.learndash-course-grid .items-wrapper .grid-3 .content .button a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    background: #F66F5D;
    border-radius: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 13px 0;
    margin: 0 auto;
    max-width: 70%;
    border: 1px solid #F66F5D;
}
.learndash-course-grid .items-wrapper .grid-3 .content.enrolled .button a, .learndash-course-grid .items-wrapper .grid-3 .content.free .button a {
    max-width: 100%;
    border: 1px solid #F7F7F7;    
    background: transparent;
}
.learndash-course-grid .items-wrapper .grid-3 .content.enrolled .button a:hover, .learndash-course-grid .items-wrapper .grid-3 .content.free .button a:hover{
    background: #F7F7F7;
    color: #35324B;
}
.learndash-course-grid .items-wrapper .grid-3 .content .button a:hover {
    border: 1px solid #F7F7F7;
    background: transparent;
}