/* Add after the existing main stylesheet. */
.Review_slide__zy0zc.google-review-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 310px;
}

.google-review-card__text-wrap {
  flex: 1 1 auto;
  min-height: calc(1.55em * 5);
}

.google-review-card__text {
  display: -webkit-box;
  min-height: calc(1.55em * 5);
  margin: 0;
  overflow: hidden;
  line-height: 1.55;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.Review_slide_bottom__otBGf {
  flex: 0 0 auto;
  margin-top: 24px;
}

.google-review-card__author {
  display: block;
  margin: 0 0 4px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.google-review-card__author:hover {
  text-decoration: underline;
}

.google-review-card__date {
  display: block;
  margin-bottom: 8px;
  color: #707070;
  font-size: 13px;
  line-height: 1.3;
}

.google-review-card__stars {
  color: #ff323e;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

.google-review-card__avatar {
  display: grid;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f1f3f4;
  color: #3c4043;
  font-size: 22px;
  font-weight: 600;
  place-items: center;
}

.google-review-card__avatar--photo {
  display: block;
  object-fit: cover;
}

.google-reviews-attribution {
  display: block;
  width: max-content;
  margin: 18px auto 0;
  color: #3c4043;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.google-reviews-attribution:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .Review_slide__zy0zc.google-review-card {
    min-height: 290px;
  }

  .google-review-card__text-wrap,
  .google-review-card__text {
    min-height: calc(1.5em * 5);
  }

  .google-review-card__text {
    line-height: 1.5;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 767px) {
  .Review_slide__zy0zc .google-review-card__avatar {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
  }
}
