.ld-topic-breadcrumbs {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ld-breadcrumb-course {
     background: #093bff;
    color: black;
    padding: 9px 12px;
    border-radius: 30px;
    font-size: 0.6em;
}



.ld-breadcrumb-lesson {
    background: #093bff;
    color: black;
    padding: 9px 12px;
    border-radius: 30px;
    font-size: 0.6em;
}

.ld-breadcrumb-course a {
    color: black;
}

.ld-breadcrumb-lesson a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s;
    
}

.ld-breadcrumb-course a:hover,
.ld-breadcrumb-lesson a:hover {
    color: #000;
}

.ld-breadcrumb-separator {
    color: #999;
    font-size: 14px;
}

