/* Green Upshot NZ review renderer — PRODUCT PAGE / REVIEW UI ONLY.
   Product-card sizing/spacing/colors are owned by Green Upshot NZ Card System.
*/
html body .gu-nz-consistent-stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1px !important;
  width: auto !important;
  height: 1em !important;
  margin: 0 !important;
  overflow: visible !important;
  color: inherit !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
}

html body .gu-nz-consistent-star {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 1em !important;
  width: 1em !important;
  height: 1em !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

html body .gu-nz-consistent-star__base,
html body .gu-nz-consistent-star__fill {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 1em !important;
  overflow: hidden !important;
  font: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body .gu-nz-consistent-star__base {
  width: 100% !important;
  color: #d7dfe0 !important;
}
html body .gu-nz-consistent-star__fill { color: #f5a623 !important; }

html body.single-product .summary .gu-nz-consistent-stars,
html body.single-product .gu-review-score .gu-nz-consistent-stars,
html body.single-product .gu-review-stars .gu-nz-consistent-stars {
  font-size: 15px !important;
}

html body.single-product .gu-review-side .gu-nz-consistent-stars {
  font-size: 13px !important;
}
