.rating{display:none;font-size:29px;font-weight:bold;white-space:nowrap}.rating .star{display:inline-block;position:relative;color:#f4d746;letter-spacing:.05em}.rating .star::before{display:inline-block;color:#aaa;content:'☆';width:1em;height:1em}.rating .star::after{display:inline-block;position:absolute;content:'★';top:0;left:0;opacity:0;width:0;height:0;transition:all .1s linear;overflow:hidden}.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {opacity:1;width:1em;height:1em}.rating:not([disabled]) .star:hover::after{color:#d00}.rating .star.active.half::after{width:.5em}