/* General */

.rounded_badge {
    box-shadow: 0px 3px 16px #30374A3B;
    display: flex;
    align-items: center!important;
    gap: 7px!important;
    background: white;
    border-radius: 16px;
    padding: 6px 16px;
}
.rounded_badge::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #E9BA9B;
    border-radius: 50%;
}s
.rounded_badge p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* Home */


/* single course */

.single-lp_course .sidebar .wgl-course-essentials .title,
.single-lp_course .purchase-course button {
    background: #004638!important;
    color: #D6FFD2!important;
}
.single-lp_course .purchase-course button {
    box-shadow: rgba(37, 161, 136, 0.47) 0 3px 15px!important;
}
.single-lp_course .purchase-course button:hover {
    color: #004638!important;
    background: #D6FFD2!important;
    box-shadow: rgba(214, 255, 210, 1) 0 3px 15px!important;
}
body.single-lp_course #main .wgl-course-essentials li::before {
    color: #D6FFD2;
}
.single-lp_course .sidebar .wgl-course-essentials .value {
    color: #231F20!important;
    font-family: "Work Sans", Sans-serif!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
.single-lp_course .sidebar .wgl-course-essentials .value {
    color: #231F20!important;
    font-family: "Work Sans", Sans-serif!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
#learn-press-course .course-meta {
    display: none!important;
}
/* temporar */
.learn-press-nav-tabs.course-nav-tabs {
    display: none!important;
}
body.postid-5017 .course-time,
body.postid-5017 .lp-course-progress-wrapper {
    display: none!important;
}

/*  listing */
.wgl-courses .course-price .price {
    text-align: center!important;
}