.rating-star{margin:20px 0 10px;text-align:center;text-transform:uppercase}.rating-star span{font-size:1.2rem;margin-left:10px}.rating-star strong{font-size:3rem}.rating-star sub{color:#999;font-size:1.6rem;margin-right:10px}.rating-star sub:before{content:"/"}.rating-star .rating-star-bg{background-image:url(/static_files/icons/stars-dark.svg);background-size:103px 17px;display:inline-block;height:17px;width:103px}.rating-star .rating-star-bg .rating-star-filled{background-repeat:no-repeat;background-size:inherit;display:block;height:100%;width:0}.rating-star .rating-star-bg .rating-star-filled.rating-light{background-image:url(/static_files/icons/stars-light-filled2.svg)}.rating-star .rating-star-bg .rating-star-filled.rating-dark{background-image:url(/static_files/icons/stars-dark-filled.svg)}.rating-star .add-comment{margin-top:10px;text-align:center}.rating-star .modal{background-color:rgba(0,0,0,.75);height:100%;left:0;position:fixed;top:0;width:100%;z-index:5}.rating-star .modal .wrapper{background-color:#171c20;border-radius:20px;display:block;height:500px;left:calc(50% - 400px);padding:30px 20px;position:absolute;top:calc(50% - 250px);width:800px;z-index:10}.rating-star .modal .wrapper .close{align-content:center;background-color:red;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:30px}.rating-star .modal .wrapper strong{font-size:2rem;margin-right:20px}.rating-star .modal .wrapper form{align-items:center;display:flex;margin:20px 0}.rating-star .modal .wrapper form input[type=radio]{height:16px;width:16px}.rating-star .modal .wrapper textarea{width:100%}.rating-star .modal .wrapper button{margin:10px 0}