.topStoriesCarousel .alice-carousel__dots-item.__active {
    background-color: var(--color-purple-500) !important;
}

.topStoriesCarousel .alice-carousel__dots-item {
    background-color: #e5e5ff !important;
    width: 15px !important;
    height: 15px !important;
}

.topStoriesCarousel .alice-carousel__dots {
    margin-top: 0px !important;
    padding-bottom: 20px !important;
}

.topStoriesCarousel .alice-carousel__wrapper {
    height: 90% !important;
}

@media (--breakpoint-medium) {
    .topStoriesCarousel .alice-carousel {
        max-width: 90% !important;
        background-color: white;
        box-shadow: var(--box-shadow);
        border-radius: var(--border-radius);
    }

    .topStoriesCarousel .alice-carousel__dots {
        padding-bottom: 60px !important;
    }

    .topStoriesCarousel .alice-carousel__stage-item {
        height: 70% !important;
    }
}

@media (--breakpoint-large) {
    .topStoriesCarousel .alice-carousel {
        max-width: 70% !important;
    }
}
