.locked-lesson-c93ca6ec {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: transparent !important;
}

/* Ensure the link container acts as a flex container so we can push the lock to the right */
.locked-lesson-c93ca6ec a.ld-lesson-item-preview-heading {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: #888 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

/* Push the lock icon to the right side of the flex container */
.ld-lesson-lock-c93ca6ec {
    margin-left: auto !important;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1;
    display: inline-block;
}
