.gg-reviews-wrapper {
  gap: 0.5em;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: fit-content;
}

.gg-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   position: absolute;
}

.gg-reviews__title,
.gg-reviews__rating {
  color: #000000;
  opacity: 0.8;
  font-size: 12px !important;
}

.gg-stars {
  padding: 0.5em 0;
  display: flex;
  flex-direction: row;
}

.gg-stars span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;

  background-image: url(/wp-content/uploads/sites/2/ac_assets/avis/f.svg);
}


.gg-stars-4 span:last-child,
.gg-stars-3 span:nth-last-child(1),
.gg-stars-3 span:nth-last-child(2),
.gg-stars-3-5 span:nth-last-child(1) {
  background-image: url(/wp-content/uploads/sites/2/ac_assets/avis/e.svg);
}


.gg-stars-4-5 span:last-child,
.gg-stars-3-5 span:nth-last-child(2) {
  background-image: url(/wp-content/uploads/sites/2/ac_assets/avis/h.svg);
}
