.star-score-widget-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.4;position:relative}.star-score-widget-message{position:absolute;top:100%;left:0;right:0;margin-top:10px;padding:8px 12px;border-radius:4px;font-size:13px;text-align:center;z-index:1000;display:none;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.star-score-widget-message.star-score-message-success,.star-score-widget-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.star-score-widget-message.star-score-message-error,.star-score-widget-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.star-score-widget-container .star-score-left::before,.star-score-widget-container .star-score-left::after{content:'';position:absolute;background:rgb(255 255 255 / 15%);border-radius:50%;pointer-events:none}.star-score-widget-container .star-score-left::before{top:-80px;right:-40px;width:160px;height:120px}.star-score-widget-container .star-score-left::after{top:-80px;right:-100px;width:150px;height:150px}.star-score-widget-container .star-score-stars-row{display:flex;justify-content:center}.star-score-widget-container .star-score-star{width:28px;height:28px;cursor:pointer;transition:all 0.2s ease;fill:var(--star-score-left-star-empty,rgba(255,255,255,0.3))}.star-score-widget-container .star-score-star.filled{fill:var(--star-score-left-star-filled,#ffffff)}.star-score-widget-container .star-score-star.half-filled{fill:url(#half-star-gradient-widget)}.star-score-widget-container .star-score-star:hover{transform:scale(1.1)}.star-score-widget-container .star-score-average-display{display:flex;align-items:center;justify-content:center;margin-bottom:15px;gap:8px}.star-score-widget-container .star-score-votes{opacity:0.9;margin-bottom:3px;color:inherit;padding:2px 0}.star-score-widget-container .star-score-widget-prompt{opacity:0.9;color:inherit}.star-score-widget-container .star-score-stars:not([data-rated="true"]) .star-score-star:hover{fill:var(--star-score-left-star-filled,#ffffff) !important}.star-score-widget-container .star-score-stars:not([data-rated="true"]) .star-score-star:hover ~ .star-score-star{fill:var(--star-score-left-star-empty,rgba(255,255,255,0.3)) !important}.star-score-widget-container .half-star-filled{stop-color:var(--star-score-left-star-filled,#ffffff);stop-opacity:1}.star-score-widget-container .half-star-empty{stop-color:var(--star-score-left-star-empty,rgba(255,255,255,0.3));stop-opacity:1}.star-score-widget-container .star-score-stars[data-rated="true"] .star-score-star{cursor:default}.star-score-widget-container .star-score-stars[data-rated="true"] .star-score-star:hover{transform:none}.star-score-widget-container.loading{opacity:0.7;pointer-events:none}.star-score-widget-container.loading .star-score-widget-star{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}