/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Quitar tachado y opacidad LearnDash */
/* Quitar tachado de títulos LearnDash completados */
/* Quitar tachado en títulos de lecciones y temas completados de LearnDash */
/* Forzar eliminación de tachado y opacidad en vista general del curso LearnDash */
/* Quitar tachado y opacidad en títulos completados LearnDash - también en vista general */
.learndash-wrapper .ld-status-complete .bb-lesson-title,
.learndash-wrapper .ld-status-complete .bb-topic-title,
.learndash-wrapper .ld-status-complete .bb-title,
.bb-lessons-list .ld-status-complete .bb-lesson-title,
.bb-lessons-list .ld-status-complete .bb-title,
.bb-lessons-list .bb-lesson-title.completed,
.bb-lessons-list .bb-topic-title.completed {
    text-decoration: none !important;
    opacity: 1 !important;
    color: inherit !important;
}

.bb-lesson-title {
    border: 2px solid red !important;
}
