/* WOODRANGER® — Trustpilot star rows (SELL-1051).
   Pravila su 1:1 iz css/landing-new/landing-new.css da presell/checkout strane
   izgledaju identično landingu; renderuje ih js/tp-stars.js. */

.tp-stars { display: inline-flex; gap: 3px; vertical-align: middle; }
/* eksplicitni kvadrat + no-shrink — u grid/flex redovima zvezdice ne smeju da se razvlače */
.tp-stars img { width: 32px; height: 32px; flex: 0 0 auto; }
.tp-stars.tp-sm img { width: 15px; height: 15px; }
/* tp-md nema na landingu — drzi eightreasons red na 98px, koliko je bila Group_7.png */
.tp-stars.tp-md img { width: 17px; height: 17px; }
.tp-stars.tp-xs img { width: 13px; height: 13px; }
.tp-stars.tp-lg img { width: 32px; height: 32px; }
