.farahat-star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.farahat-star-rating__stars {
  display: block;
  width: 100px;
  height: 20px;
  flex-shrink: 0;
}

.farahat-star-rating__text {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #8d8d8d;
  white-space: nowrap;
}
