.rating-box{--blue:#0b5ed7;--divider:#e6eaf0;--amber:#fff7e6;--amber-border:#f7d7a7;--amber-ink:#b45309;--score-diameter:40px;--score-border:2.5px;--score-font:13.5px}.overall-bar .fill{transition:width .5s}.overall-bar .circle-score{width:var(--score-diameter);height:var(--score-diameter);border:var(--score-border) solid var(--blue)}.overall-bar .circle-score bdi{font-variant-numeric:tabular-nums;font-size:var(--score-font)}@media (max-width:1024px){.sub-ratings{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.sub-ratings{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.rating-box{--score-diameter:34px;--score-border:2.25px;--score-font:12.5px}}.sub-box .sub-bar .fill{transition:width .5s}.rating-note .note-ico svg{display:block}