.maxter-product-card__review-hook.maxter-product-card__rating {
  align-items: center;
  gap: 4px;
}

.maxter-product-card__review-hook .maxter-rating-stars {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: #d7dde4;
  line-height: 1;
  white-space: nowrap;
}

.maxter-product-card__review-hook .maxter-rating-stars__empty,
.maxter-product-card__review-hook .maxter-rating-stars__full {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 18px;
}

.maxter-product-card__review-hook .maxter-rating-stars__full {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--maxter-rating-width, 0%);
  overflow: hidden;
  color: var(--mx-yellow);
}
