/* LearnDash Course Styles */
.learndash-course {
    margin-bottom: 60px;
}

.course-header__cover {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}

.course-header__cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.course-body {
    padding: 40px 0;
}

.course-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.course-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
}

.course-description {
    margin-bottom: 40px;
    line-height: 1.8;
}

.course-sidebar {
    position: sticky;
    top: 20px;
}

/* LearnDash Default Elements */
.learndash .ld-course-navigation {
    margin-top: 30px;
}

.learndash .ld-lesson-item,
.learndash .ld-topic-item {
    margin-bottom: 15px;
}

.learndash .ld-item-list {
    list-style: none;
    padding: 0;
}

@media (max-width: 991px) {
    .course-sidebar {
        margin-top: 40px;
        position: relative;
    }
    
    .course-title {
        font-size: 2rem;
    }
}
