.wfa-review {
  --wfa-review-star-color: #fdb230;
}

.wfa-review-header {
}

.wfa-review-header p {
  margin: 5px 0;
  display: flex;
  font-size: 15px;
  gap: 5px;
  align-items: center;
  line-height: 1;
}

.wfa-review-header__rating {
  display: flex;
  flex-basis: 87px;
  gap: 3px;
}

.wfa-review-header__rating-star {
  width: 15px;
  height: 15px;
  stroke: var(--wfa-review-star-color);
}

.wfa-review-header__author {
  margin: 0;
  font-weight: bold;
}

.wfa-review-body {
  margin: 10px 0 15px;
}

.wfa-review-body p:first-child {
  margin-top: 0;
}

.wfa-review-body a {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}

.wfa-review-body p:last-child {
  margin-bottom: 0;
}

/* variants */
.wfa-review.--text-lg {
  font-size: 1.25em;
}

.wfa-review.--text-xl {
  font-size: 1.5em;
}

.wfa-review.--bg {
  border-radius: 10px;
  padding: 18px 18px;
  background-color: #fff;
  box-sizing: border-box;
}

.wfa-review.--bg .wfa-review-body {
  margin-bottom: 0;
}

.wfa-review.--bg-border {
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 18px 18px;
  background-color: #fff;
  box-sizing: border-box;
}

.wfa-review.--bg-border .wfa-review-body {
  margin-bottom: 0;
}
