/* ===== Default stars ===== */
.product-rating { text-align:left; margin:0; }
.product-rating .stars { display:flex; align-items:center; gap:4px; }
.product-rating .rating-text { margin-left:6px; font-size:14px; }

/* ===== Trustpilot ===== */
.product-rating-trustpilot { text-align:center; }
.custom-stars-wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.custom-trustpilot-stars {
  position:relative;
  width:120px;
  height:24px;
}

.custom-trustpilot-stars svg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.custom-stars-bg { z-index:1; }

.custom-stars-fill {
  z-index:2;
  clip-path: polygon(0 0, 96% 0, 96% 100%, 0 100%);
}

.product-rating-trustpilot .rating-text {
  font-size:17px;
  font-weight:500;
  color:#232323;
}
