.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .reviews {
  display: grid;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar {
  width: 120px;
  height: 120px;
  margin: 0 0 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .text-center .review-avatar {
  margin-left: auto;
  margin-right: auto;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .text-right .review-avatar {
  margin-left: auto;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar picture {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar img {
  object-fit: cover;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-stars {
  margin-bottom: 1rem;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text {
  margin-bottom: 1rem;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text *:first-child {
  margin-top: 0;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text *:last-child {
  margin-bottom: 0;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .collection {
  display: contents;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .actions {
  margin: 0 auto;
}


@media only screen and (min-width: 480px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.three-col .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.two-col .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.three-col .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}
.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .media-container {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  border-top: 2px solid rgba(0, 0 ,0 ,.75);
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article {
  padding: 3rem 0;
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0 ,0 ,.25);
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .excerpt {
  opacity: 50%;
}

.component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .media-container {
    flex-direction: row;
    gap: 3rem 0;
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article {
    width: 25%;
    padding: 0 3rem;
    border-top: none;
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:nth-child(4n)) {
    border-right: 1px solid rgba(0, 0 ,0 ,.25);
  }
  .component-491a37dc-09cf-43e3-a8dc-14c07f0afe78 .article:not(:first-of-type) {
    border-top: none;
  }
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}
