.wpr-testimonial-carousel-wrap {
  position: relative;
}

.wpr-testimonial-carousel {
  overflow: hidden;
}

.wpr-testimonial-carousel > .wpr-testimonial-item {
  display: none !important;
  opacity: 0;
}

.wpr-testimonial-carousel > .wpr-testimonial-item:first-of-type,
.wpr-testimonial-carousel > .wpr-testimonial-item.etp-testimonial-active {
  display: block !important;
  opacity: 1;
}

.wpr-testimonial-carousel.etp-testimonials-ready > .wpr-testimonial-item:first-of-type:not(.etp-testimonial-active) {
  display: none !important;
}

.wpr-testimonial-item {
  text-align: center;
}

.wpr-testimonial-meta-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpr-testimonial-image img {
  border-radius: 50%;
  display: block;
  height: 78px;
  margin: 0 auto 12px;
  object-fit: cover;
  width: 78px;
}

.wpr-testimonial-name {
  color: #253a62;
  font-size: 14px;
  line-height: 1.4;
}

.wpr-testimonial-content {
  color: #6d7280;
  font-size: 16px;
  line-height: 1.5;
  margin: 28px auto 0;
  max-width: 1040px;
  text-align: center;
}

.wpr-testimonial-content p {
  margin: 0;
}

.wpr-testimonial-controls {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.wpr-testimonial-dots,
.wpr-testimonial-dots ul {
  align-items: center;
  display: flex !important;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpr-testimonial-dots button,
.wpr-testimonial-dot {
  background: #ffd49d;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 7px;
  line-height: 0;
  padding: 0;
  width: 7px;
}

.wpr-testimonial-dots button.etp-testimonial-dot-active,
.wpr-testimonial-dot.etp-testimonial-dot-active {
  background: #ff9820;
}

.wpr-testimonial-arrow-container {
  display: none !important;
}

@media (max-width: 767px) {
  .wpr-testimonial-content {
    font-size: 15px;
    margin-top: 22px;
  }

  .wpr-testimonial-image img {
    height: 72px;
    width: 72px;
  }
}
