.rating-block{align-items:center;display:inline-flex}.rating-prefix{float:left;font-weight:700}.rating-suffix{color:var(--rating-suffix-color);float:left;font-family:var(--bea-sans-fonts-small);font-size:.8em;left:2px;position:relative}.rating-delete-icon{background:url('/img/star-off.svg') no-repeat center center;background-size:contain;cursor:pointer;height:16px;margin-right:.3em;width:16px}.rating-bar{display:flex;gap:2px;height:20px;cursor:pointer;align-items:center}.rating-segment svg{width:16px;height:16px;vertical-align:middle}.rating-segment{position:relative}.rating-segment:after{content:'';position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;pointer-events:auto}.rating-segment svg.quarter path:first-child{fill:none;stroke:none}.rating-segment svg.quarter path:last-child{fill:var(--rating-filled-color);stroke:none}.rating-segment svg.half path:first-child{fill:none;stroke:none}.rating-segment svg.half path:last-child{fill:var(--rating-filled-color);stroke:none}.rating-segment svg.threequarter path:first-child{fill:none;stroke:none}.rating-segment svg.threequarter path:last-child{fill:var(--rating-filled-color);stroke:none}.rating-segment svg.filled path:last-child{fill:var(--rating-filled-color);stroke:none}.rating-segment svg.outline path:last-child{fill:none;stroke:var(--rating-outline-color);stroke-width:1}.rating-segment svg.spacer{visibility:hidden}.rating-bar[data-mode=input]:not([data-readonly=true]) svg:hover path:last-child{fill:var(--rating-hover-color)}