/* Reviews
   The star rating picker in the review form. */

/* Star input */
.star-input input { position:absolute; opacity:0; width:0; height:0; }
.star-input label { cursor:pointer; transition: transform .15s ease, color .15s ease; }
.star-input label:hover { transform: scale(1.18); }
