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

.learndash-course-grid .items-wrapper .dha-published-date .post {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
    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 .thumbnail .image,
.learndash-course-grid .items-wrapper .dha-published-date .thumbnail .image a {
    display: block;
    height: 100%;
}

.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: 18px 18px 0 0;
}

.learndash-course-grid .items-wrapper .dha-published-date .thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
}

.learndash-course-grid .items-wrapper .dha-published-date .content {
    flex: 1;
    padding: 30px 20px 26px;
    color: #3f4650;
}

.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: #26354a;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
    text-transform: uppercase;
}

.learndash-course-grid .items-wrapper .dha-published-date .published-date {
    margin: 12px 0 0;
    padding: 0;
    color: #f36f21;
    font-size: 1rem;
    line-height: 1.4;
}

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