.testimonial-carousel .nectar-overflow-hidden {
    overflow: visible;
}
body:not(.create-darkmode) .testimonial-carousel .cell {
    box-shadow: #4880da1a 2px 7px 16px;
    border-radius: 10px;
}
body.create-darkmode .testimonial-carousel .cell {
    outline: 1px solid #4880da7a;
    border-radius: 10px;
}
body.create-darkmode .nectar_single_testimonial span {
    color: white;
}
.testimonial-carousel .flickity-page-dots {
    position: relative;
    bottom: 0 !important;
    padding-top: 30px;
}
.testimonial-carousel li.dot:not(.is-selected) {
    background-color: transparent !important;
}
