body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post {
    padding: 0px;
    background: var(--white-color);
    border: 1px solid #E6E4F0;
    box-shadow: 0px 4px 4px rgba(233, 238, 247, 0.75);
    border-radius: 6px;

}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-post-title {
    margin-bottom: 16px;
}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-post-title:hover a {
    text-decoration: underline;
    color: var(--text-color);
}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-post-meta {
    display: none;
}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-content-body  {
    padding: 24px;
}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-post-link {
    margin-top: 24px;
}

body.tax-course-tag #course_category_list
.pp-posts-wrapper .pp-content-post .pp-post-link a {
    background: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    padding: 12px 16px;
}