.rating{display:flex;align-items:center;gap:12px;}.stars{display:flex;gap:4px;}.star{position:relative;width:16px;height:22px;cursor:pointer;}.star__base{position:absolute;inset:0;}.star__base svg{fill:#DEE2ED;}.star__fill{position:absolute;inset:0;width:0;overflow:hidden;}.star__fill svg{fill:#3761E9;}.stars.render_animation .star{animation:starPulse 2s ease-in-out infinite;}@keyframes starPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.stars.render_animation .star:nth-child(1){animation-delay:0s;}.stars.render_animation .star:nth-child(2){animation-delay:.2s;}.stars.render_animation .star:nth-child(3){animation-delay:.4s;}.stars.render_animation .star:nth-child(4){animation-delay:.6s;}.stars.render_animation .star:nth-child(5){animation-delay:.8s;}.rating-count{font-weight:600;font-size:14px;line-height:22px;color:#969AA5;}