/* Digital Badge Features Block - y8k4n3 */

/* Equal-height swiper slides */
.digital-badge-features-swiper-y8k4n3 .swiper-wrapper {
    align-items: stretch;
}

.digital-badge-features-swiper-y8k4n3 .swiper-slide {
    height: auto;
}

.digital-badge-features-swiper-y8k4n3 .swiper-slide > div {
    height: 100%;
}

/* Pagination bullets */
.digital-badge-features-bullet-y8k4n3 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.digital-badge-features-bullet-active-y8k4n3 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}
