.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs {
  display: none;
}
/* ===== Tło tytułów lekcji ===== */
.learndash-wrapper .ld-item-title,
.buddyboss-card .learndash-wrapper .ld-item-title {
    background-color: #FAF5EF !important;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* ===== Tło treści lekcji ===== */
.learndash-wrapper .ld-lesson-content,
.buddyboss-card .learndash-wrapper .ld-lesson-content {
    background-color: #FAF5EF !important;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* ===== Tło tematów (topics) w lekcjach ===== */
.learndash-wrapper .ld-topic-content,
.buddyboss-card .learndash-wrapper .ld-topic-content {
    background-color: #FAF5EF !important;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ===== Dodatkowe wyrównanie tekstu ===== */
.learndash-wrapper .ld-item-title,
.learndash-wrapper .ld-lesson-content,
.learndash-wrapper .ld-topic-content {
    color: #333333; /* tekst ciemny dla kontrastu */
}
/* ===== Tło tytułu lekcji ===== */
.buddyboss-theme .ld-lesson .ld-lesson-title,
.buddyboss-theme .ld-topic .ld-topic-title {
    background-color: #FAF5EF !important;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* ===== Tło treści lekcji ===== */
.buddyboss-theme .ld-lesson .ld-lesson-content,
.buddyboss-theme .ld-topic .ld-topic-content {
    background-color: #FAF5EF !important;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ===== Tekst ciemny dla kontrastu ===== */
.buddyboss-theme .ld-lesson .ld-lesson-title,
.buddyboss-theme .ld-lesson .ld-lesson-content,
.buddyboss-theme .ld-topic .ld-topic-title,
.buddyboss-theme .ld-topic .ld-topic-content {
    color: #333333 !important;
}