/**
 * @file blocks/custom/testimonial-carousel/style.scss
 *
 * Styles pertaining to the Testimonial Carousel block.
 *
 * @package unicorninnovations
 * @since 1.0.0
 */
body.block-editor-page .testimonial-slider.wp-block-cb-carousel {
  display: flex;
}
body.block-editor-page .testimonial-slider.wp-block-cb-carousel .slick-slide:nth-child(5n+1) {
  display: none;
}

.testimonial-slider .testimonial .wp-block-image img {
  width: 100%;
  max-width: 100% !important;
  height: 50px !important;
  margin-bottom: 10px;
}
.testimonial-slider .is-style-circle img {
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: fill;
}

/*# sourceMappingURL=style.css.map */
