.wp-block-testimonial-slider {
    --bs-link-color: #ffffff;
    --bs-body-color: #cacaca;
}

.wp-block-testimonial-slider .slick-dots {
    bottom: 35px;
}

.wp-block-testimonial-slider .slick-prev {
    left: 30px;
}

.wp-block-testimonial-slider .slick-next {
    right: 30px;
}

.wp-block-testimonial-slider .slick-prev,
.wp-block-testimonial-slider .slick-next {
    z-index: 10;
}

.wp-block-testimonial-slider .slides .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

#featured-testimonial-slider {
    display: none;
}

.testimonial-slide.slick-slide img {
    display: block;
    width: 100%;
}

#featured-testimonial-slider.slick-slider .slick-dots li button:before {
    color: transparent!important;
}

.testimonial-slide--inner {
    margin: 0 1em;
}

#featured-testimonial {
    margin: 4em auto;
    max-width: 850px;
    background: #fff;
    padding: 2em 0 0;
    margin-top: 4em;
    margin-bottom: 4em;
    color: var(--bs-body-color);
    text-align: center;
}

#featured-testimonial h2,
#featured-testimonial h4 {
    color: var(--bs-body-color);
}
#featured-testimonial h4 {
    margin-bottom: 0;
    background: var(--bs-gray-light);
    line-height: 2.5;
}

#featured-testimonial .slick-prev, #featured-testimonial .slick-next {
    border-radius: 0;
}

#featured-testimonial .slick-prev:before, #featured-testimonial .slick-next:before {
    color: var(--bs-primary);
}

.test_stars svg {
    width: 21px;
    height: 21px;
}

.test_stars svg:not(:last-of-type) {
    margin-right: 10px;
}

.testimonial-slide {
    padding-left: 5em;
    padding-right: 5em;
}
@media (max-width: 660px) {
    .testimonial-slide {
        padding-left: 0;
        padding-right: 0;
    }
    #featured-testimonial h4 {
        line-height: 1.1;
        font-size: 16px;
        padding: 1em;
    }
    .testimonial-slide--inner {
        margin: 0 2em;
    }
    .wp-block-testimonial-slider .slick-next {
        right: 6px;
    }
    .wp-block-testimonial-slider .slick-prev {
        left: 8px;
    }
    .testimonial-slide--inner p {
        line-break: unset;
    }
}