/* Course Recommend Block - q5k8m3 */

/* Swiper styles */
.course-swiper-q5k8m3 {
    overflow: visible;
    padding: 10px 0 24px;
}

.course-swiper-q5k8m3 .swiper-wrapper {
    align-items: stretch;
}

.course-swiper-q5k8m3 .swiper-slide {
    width: 280px;
    height: auto;
}

/* Swiper pagination bullets */
.course-bullet-q5k8m3 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.course-bullet-active-q5k8m3 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}

/* Responsive */
@media (min-width: 768px) {
    .course-swiper-q5k8m3 .swiper-slide {
        width: 300px;
    }
}
