/*
 * abnrev-loop.css — minimal styles for the star ratings that ABN Review prints
 * in product LOOPS (shop / category / tag / home / related-products cards) via
 * loop_stars(). Loaded site-wide (tiny) so those SVG stars are size-constrained
 * everywhere without pulling in the full 22KB block/form/pagination stylesheet.
 * The full abnrev-frontend.css (which also contains these rules) is loaded only
 * on the single-product page and wherever a shortcode renders.
 */
:root{--abnrev-green:#00b67a;--abnrev-green-dark:#00875f;--abnrev-ink:#1a1a1a;--abnrev-muted:#6b7280;--abnrev-line:#e7eae8;--abnrev-soft:#f6f9f8}
.abnrev-stars{display:inline-block;line-height:0;vertical-align:middle}
.abnrev-stars-svg{height:20px!important;width:auto!important;max-width:none!important;display:inline-block;vertical-align:middle}
.abnrev-loop-rating{display:flex;align-items:center;gap:.3em;font-size:.85em}
.abnrev-loop-rating .abnrev-stars-svg{height:18px!important}
.abnrev-loop-count{color:var(--abnrev-muted)}
.product-small .abnrev-loop-rating,.product-small .price-wrapper .abnrev-loop-rating{justify-content:center;margin-top:-5px;margin-bottom:8px}
