.gymful-google-review {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 12px;
  max-width: 360px;
  width: 100%;
  font-family: "Cerebri Sans", sans-serif;
}

.gymful-google-review__stars {
  display: inline-flex;
  align-items: center;
  justify-content: inherit;
  gap: 7px;
  line-height: 0;
}

.gymful-google-review__star {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.gymful-google-review__text {
  max-width: 330px;
  color: #111;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}

.gymful-google-review__text p {
  margin: 0;
}

.gymful-google-review__text strong,
.gymful-google-review__text b {
  font-weight: 600;
}

.gymful-google-review__logo {
  display: block;
  width: 115px;
  height: auto;
  object-fit: contain;
}
