/* EDA — Carrusel de reseñas Google (Inicio + La clínica) */

.eda-reviews-carousel {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4.5%, 3.5rem);
  background-color: var(--eda-beige, #f0efe6);
}

.eda-reviews-carousel__inner {
  max-width: var(--eda-container, 1300px);
  margin: 0 auto;
}

.eda-reviews-carousel__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.eda-reviews-carousel__head .eda-reviews-cta__count {
  margin-bottom: 0.75rem;
}

.eda-reviews-carousel__head .eda-reviews-cta__title {
  margin-bottom: 0;
}

.eda-reviews-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.75rem;
}

.eda-reviews-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.eda-reviews-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.eda-reviews-carousel__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background-color: var(--eda-white);
  box-sizing: border-box;
}

.eda-reviews-carousel__stars {
  display: flex;
  gap: 0.15rem;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1;
}

.eda-reviews-carousel__quote {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
}

.eda-reviews-carousel__quote p {
  margin: 0;
  font-family: var(--eda-font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--eda-text);
}

.eda-reviews-carousel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 67, 101, 0.08);
}

.eda-reviews-carousel__author {
  font-family: var(--eda-font-heading);
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: var(--eda-navy, #004365);
}

.eda-reviews-carousel__date {
  font-family: var(--eda-font-body);
  font-size: 0.875rem;
  color: #5f6368;
}

.eda-reviews-swiper .swiper-pagination {
  bottom: 0;
}

.eda-reviews-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #c4c4c4;
  opacity: 1;
}

.eda-reviews-swiper .swiper-pagination-bullet-active {
  background: var(--eda-navy, #004365);
}

.eda-reviews-carousel__source {
  margin: 1.25rem 0 0.5rem;
  text-align: center;
  font-family: var(--eda-font-body);
  font-size: 0.8125rem;
  color: #5f6368;
}

.eda-reviews-carousel__cta {
  text-align: center;
  margin-top: 0;
}
