/* Workshop Latest Block - r6t2m8 */

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

.workshop-swiper-r6t2m8 .swiper-wrapper {
    align-items: stretch;
}

/* Slide width - responsive */
.workshop-swiper-r6t2m8 .swiper-slide {
    width: 280px;
    height: auto;
}

@media (min-width: 768px) {
    .workshop-swiper-r6t2m8 .swiper-slide {
        width: 360px;
    }
}

@media (min-width: 1024px) {
    .workshop-swiper-r6t2m8 .swiper-slide {
        width: 410px;
    }
}

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

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