.premium-review-stars { display:inline-flex; align-items:center; justify-content:center; flex-wrap:wrap; max-width:100%; gap:7px; margin:0 0 10px; padding:3px 0; vertical-align:middle; font-family:var(--font-body--family,Arial,sans-serif); line-height:1; }
.premium-review-stars__icons { display:inline-flex; flex:0 0 auto; align-items:center; gap:2px; }
.premium-review-stars__star { display:block; width:18px; height:18px; flex:none; filter:drop-shadow(0 1px 1px #00000012); }
.premium-review-stars__count { color:inherit; opacity:.9; font-size:12px; font-weight:500; font-variant-numeric:tabular-nums; white-space:nowrap; }
@media(max-width:749px) { .premium-review-stars { gap:5px; margin-bottom:8px; } .premium-review-stars__star { width:14px; height:14px; } .premium-review-stars__count { font-size:11px; } }
