.review-stars__wrapper{grid-column-gap:4px;align-items:center;display:grid;font-family:Ubuntu,serif;grid-template-areas:"average stars total";grid-template-columns:repeat(3,max-content);margin-top:7px}.review-stars__no_reviews{align-items:center;display:inline-flex;gap:4px;margin-top:7px}.review-stars__no_reviews:hover{color:var(--primary_hover_color)}.review-stars__no_reviews:hover svg path{stroke:var(--primary_hover_color)}.review-stars__text{color:var(--main_text_color);font-family:Ubuntu,serif}.review-stars__text.caption{font-size:20px}.review-stars__text:hover{color:var(--primary_hover_color)}.review-stars__short_icon{height:18px}.review-stars__short_icon:hover{color:var(--primary_hover_color)}.review-stars__short_icon:hover svg path{stroke:var(--primary_hover_color)}.review-stars__average{grid-area:average}.review-stars__stars{grid-area:stars}.review-stars__total{grid-area:total;transition:color .3s}a.review-stars__total:not(.shortFormat){font-size:14px;text-decoration:underline;text-underline-position:under}.review-stars__total:hover a{color:var(--primary_hover_color)}.review-stars__total:hover a svg path{stroke:var(--primary_hover_color)}.review-stars__total.shortFormat{align-items:center;display:inline-flex}.review-stars__total.shortFormat svg{display:block}.review-stars__total.shortFormat svg path{stroke:var(--main_accent_color)}
