.wp-block-brandspeak-testimonial-slider {
  position: relative;
  background: var(--testimonial-bg, #fefbf2);
  padding: 4rem 1.5rem 5rem;
  overflow-y: visible;
  margin-bottom: -3rem;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.testimonial-slider__curve {
  position: absolute;
  inset: 0;
  background-color: var(--testimonial-curve, #ffe999);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1440' height='1043' viewBox='0 0 1440 1043' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1457 176.703C1236.57 63.7359 986.766 0 722.075 0C457.681 0 208.135 63.5934 -12.1096 176.323L-12.8165 176.686L-12.8498 176.703L-12.8497 1043H1457V176.703Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='1440' height='1043' viewBox='0 0 1440 1043' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1457 176.703C1236.57 63.7359 986.766 0 722.075 0C457.681 0 208.135 63.5934 -12.1096 176.323L-12.8165 176.686L-12.8498 176.703L-12.8497 1043H1457V176.703Z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  z-index: 0;
  pointer-events: none;
}

.testimonial-slider__quote {
  position: absolute;
  width: 180px;
  height: 220px;
  top: 1rem;
  background-size: cover;
  opacity: 1;
  z-index: 2;
  will-change: transform;
}

.testimonial-slider__quote--left {
    position: absolute;
    left: -5.5rem;
    top: 3.5rem;
    width: 16rem;
    height: 16rem;
    z-index: 30;
    opacity: 1;

  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400.037' height='424.267' viewBox='0 0 400.037 424.267'%3E%3Cpath d='M14.66,424.267l-45.353-135.5c-32.98-98.535.646-182.194,88.627-223.387l24.142,72.13C52.157,153.394,33.433,190.956,37.892,227.6l66.849-22.374,56.83,169.8L14.637,424.2Zm195.332-65.378-45.352-135.5C131.66,124.851,165.285,41.192,253.266,0l24.142,72.13c-29.919,15.886-48.642,53.449-44.184,90.092l66.849-22.374,56.831,169.8L209.97,358.822Z' transform='translate(43.133 0)' fill='%23ff8164' opacity='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.testimonial-slider__quote--right {
    position: absolute;
       right: -100px;
    bottom: -0.5rem;
    top: auto;
    width: 16rem;
    height: 16rem;
  pointer-events: none;
  z-index: 30;
  opacity: 1;

  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400.037' height='424.267' viewBox='0 0 400.037 424.267'%3E%3Cpath d='M342.244,0,387.6,135.5c32.979,98.535-.646,182.194-88.627,223.386l-24.142-72.13c29.919-15.886,48.643-53.449,44.184-90.092l-66.849,22.375-56.83-169.8L342.266.067ZM146.912,65.377l45.352,135.5c32.98,98.535-.646,182.2-88.627,223.387L79.5,352.137c29.918-15.886,48.642-53.449,44.183-90.092L56.831,284.419,0,114.623,146.934,65.444Z' transform='translate(0 0)' fill='%23ff8164' opacity='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.testimonial-slider__body {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .testimonial-slider__quote--right {
    right: -51px;
    bottom: -3.5rem;
    top: auto;
    width: 5rem;
    height: 7rem;
  }
}

.testimonial-slider__header {
  text-align: center;
}

.testimonial-slider__title {
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  margin: 0;
}

.testimonial-slider__intro {
  margin: 0 auto;
  margin-top: 1rem;
  line-height: 1.6;
  color: rgba(27, 27, 27, 0.8);
  text-align: center !important;
}

.testimonial-slider__hero {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.testimonial-slider__hero img {
  max-width: 320px;
  border-radius: 8px;
  box-shadow: none;
}

.testimonial-slider__track-wrapper {
  margin-top: 2.5rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider__track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider__track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: none;
  scroll-snap-align: center;
  width: 100vw;
  max-width: 100vw;
  flex: 0 0 100vw;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.testimonial-card__body {
  flex: 1;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  max-width: 900px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.testimonial-card__media {
  width: 100%;
  margin: 0 auto;
}

.testimonial-card__media img {
  height: auto;
  display: block;
  margin: 0 auto;
}

.testimonial-card__copy {
  margin: 0;
  line-height: 1.7;
  color: rgba(27, 27, 27, 0.8);
  font-size: 1.15rem;
  white-space: normal;
  word-wrap: break-word;
}

.testimonial-card__name {
  margin-top: 1rem;
  font-weight: 600;
  color: var(--BrandSpeak-Orange, #FF8164);
  font-size: 1.1rem;
  text-align: center;
}

.testimonial-slider__nav {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.testimonial-slider__dots {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonial-slider__dot {
  width: 10px;
  height: 10px;
  min-width: 14px;
  min-height: 14px;
  padding: 16px;
  border-radius: 50%;
  background: #ff8164;
  border: none;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
}

.testimonial-slider__dot.is-active {
  opacity: 1;
}

.testimonial-slider__arrow {
  border: none;
  background: #ff8164;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.testimonial-slider__arrow-icon {
  width: 12px;
  height: 21px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.25 1.25L1.25 10.25L10.25 19.25' stroke='%23faf9f5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-slider__arrow[data-testimonial-nav='next'] .testimonial-slider__arrow-icon {
  transform: rotate(180deg);
}

/* Admin/Editor fixes */
.editor-styles-wrapper .testimonial-card,
.block-editor-block-list__block .testimonial-card {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}

.editor-styles-wrapper .testimonial-slider__track,
.block-editor-block-list__block .testimonial-slider__track {
  overflow-x: visible;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.editor-styles-wrapper .testimonial-card__body,
.block-editor-block-list__block .testimonial-card__body {
  width: 100%;
  max-width: 100%;
}

