@charset "UTF-8";.rating{display:none;font-size:20px;font-weight:700;color:#154444;white-space:nowrap}.rating .star{display:inline-block;position:relative;margin-left:8px}[dir=rtl] .rating .star{margin-right:8px;margin-left:unset}.rating .star::before{display:inline-block;color:#154444;width:16px;content:"";height:16px;background-image:url(../../images/star-border.svg);background-repeat:repeat-x;background-size:16px}.rating .star.active::before{background-image:url(../../images/star.svg)}.rating .star::after{display:inline-block;position:absolute;top:0;left:0;opacity:0;width:0;height:0;transition:all .1s linear;overflow:hidden;background-image:url(../../images/star.svg);background-repeat:repeat-x;background-size:16px}.rating .star.active::after,.rating:not([disabled]) .star:hover::after{opacity:1;width:16px;height:16px}.rating .star.active.half::after{width:.5em}