.wp-block-pandacoaches-testimonials {
  margin: 2rem 0;
  padding: 2rem 0;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper {
  position: relative;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-wrapper {
  display: flex;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card {
  width: 100%;
  background: #303030;
  border-radius: 8px;
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-rating .star {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-rating .star.filled {
  color: #BE9547;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-review {
  text-align: center;
  font-family: var(--wp--preset--font-family--figtree);
  font-size: 16px;
  line-height: 1.6;
  color: var(--wp--preset--color--white);
  font-weight: 400;
  flex-grow: 1;
  margin: 0 0 12px 0;
  position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.4em * 3);
    line-height: 1.4em;
    white-space: normal !important;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 0;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-reviewer .testimonial-reviewer-name {
  text-align: center;
  font-family: var(--wp--preset--font-family--figtree);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-logo {
  flex-shrink: 0;
  margin: 0 auto;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-logo img {
  width: auto;
  max-width: 180px;
  height: 80px;
  object-fit: contain;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-organization {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-organization .testimonial-organization-name {
  font-family: var(--wp--preset--font-family--figtree);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-organization .testimonial-organization-subtitle {
  font-family: var(--wp--preset--font-family--figtree);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev,
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev::after,
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev:hover,
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev:active,
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next:active {
  transform: translateY(-50%) scale(0.95);
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev.swiper-button-disabled,
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev {
  left: 0;
}
.wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next {
  right: 0;
}
.wp-block-pandacoaches-testimonials .testimonials-block-placeholder {
  padding: 40px;
  text-align: center;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 8px;
}
.wp-block-pandacoaches-testimonials .testimonials-block-placeholder p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  .wp-block-pandacoaches-testimonials .testimonials-swiper {
    padding: 0 50px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card {
    padding: 24px 24px 0 24px;
    gap: 16px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-rating .star {
    font-size: 18px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-review {
    font-size: 14px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer {
    gap: 12px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-logo img {
    width: 50px;
    height: 50px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-organization .testimonial-organization-name {
    font-size: 16px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .testimonial-card .testimonial-footer .testimonial-logo-section .testimonial-organization .testimonial-organization-subtitle {
    font-size: 11px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev,
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev::after,
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next::after {
    font-size: 16px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-prev {
    left: 5px;
  }
  .wp-block-pandacoaches-testimonials .testimonials-swiper .swiper-button-next {
    right: 5px;
  }
}

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