.learndash-course-grid .items-wrapper .dha-published-date {
    height: 100%;
}

.learndash-course-grid .items-wrapper .dha-published-date .post {
    display: block;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
    line-height: 1.428571429;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.learndash-course-grid .items-wrapper .dha-published-date .post:hover {
    box-shadow: 0 10px 24px rgb(0 0 0 / 12%);
    transform: translateY(-2px);
}

.learndash-course-grid .items-wrapper .dha-published-date .thumbnail {
    margin: 0;
    padding: 0;
}

.learndash-course-grid .items-wrapper .dha-published-date .ribbon {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fd6703;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 1px rgb(0 0 0 / 30%);

    display: none;
}

.learndash-course-grid .items-wrapper .dha-published-date .ribbon.completed {
    background-color: #4CAF50;
    display: block; /* Show the ribbon for completed courses */
}
.learndash-course-grid .items-wrapper .dha-published-date .ribbon.enrolled {
    display: block; /* Show the ribbon for enrolled courses */
}

.learndash-course-grid .items-wrapper .dha-published-date .video > * {
    border-radius: 5px;
}

.learndash-course-grid .items-wrapper .dha-published-date .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.learndash-course-grid .items-wrapper .dha-published-date .content {
    padding: 30px 22px;
    color: #333;
}

.learndash-course-grid .items-wrapper .dha-published-date .entry-title,
.learndash-course-grid .items-wrapper .dha-published-date .entry-title a {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.learndash-course-grid .items-wrapper .dha-published-date .published-date {
    margin: 14px 0 0;
    padding: 0;
    color: #707982;
    font-size: 0.875rem;
}

.learndash-course-grid .items-wrapper .dha-published-date .published-date span {
    font-weight: 600;
}
