/* * We only hide the complete button IF the JavaScript detects a video 
 * and adds the 'has-lp-video' class to the body.
 * This prevents users from being stuck on text-only lessons.
 */
body.has-lp-video #learn-press-content-item > div > div > div > form > button,
body.has-lp-video .lp-btn-complete-item {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
