.reviews__container {
  margin-block: var(--module-spacing);
}

.panel .reviews__container {
  margin-block: 0;
}

.review {
  padding: 0;
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review__stars {
  display: inline-flex;
  gap: 24px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.review__star {
  width: 24px;
  height: 24px;
  color: var(--text-secondary-color);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 95.1'%3E%3Cpath d='M45.2 3.3c1-2.6 3.9-4 6.5-3 1.4.5 2.5 1.6 3 3l9.1 24.9c.7 1.9 2.5 3.3 4.6 3.3l26.6.9c2.8 0 5 2.5 4.9 5.3 0 1.5-.8 2.9-2 3.9L77 57.8c-1.7 1.3-2.4 3.4-1.8 5.4l7.3 25.3c.8 2.7-.8 5.5-3.5 6.3-1.5.4-3 .2-4.3-.7L52.6 79.3c-1.7-1.1-4-1.1-5.7 0L24.8 94.1c-2.3 1.6-5.5 1-7.1-1.4-.9-1.3-1.1-2.8-.7-4.3l7.3-25.3c.6-2-.1-4.2-1.8-5.4L2 41.6c-2.2-1.7-2.6-4.9-.9-7.2.9-1.2 2.3-1.9 3.9-2l26.6-.9c2.1 0 3.9-1.4 4.6-3.3l9-24.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: currentColor;
  mask-type: alpha;
  mask-repeat: no-repeat;
}

.review__star:last-child {
  margin-right: 0;
}

.review__body {
  margin: 0;
  margin-top: 25px;
  max-width: 330px;
  padding-left: 15px;
  padding-right: 15px;
}

.review__author {
  margin: 0;
  padding-top: 20px;
  margin-top: auto;
  max-width: 300px;
}

@media (min-width: 48rem) {
  .review__stars {
    gap: 15px;
  }
  .review__star {
    width: 31px;
    height: 29px;
  }
  .review__body {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 380px;
  }
  .review__author {
    padding-top: 20px;
  }
}
@media (min-width: 60rem) {
  .review__body {
    max-width: 525px;
  }
  .review__author {
    padding-top: 30px;
  }
}
@media (min-width: 67.5rem) {
  .review__stars {
    gap: 12px;
  }
  .review__star {
    width: 36px;
    height: 33px;
  }
  .review__body {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=/assets/application/content-modules/reviews-beb37af7.css.map */
