.rating-stars{display:inline-flex;align-items:center;gap:2px}.rating-stars-editable{cursor:pointer}.star{display:inline-flex;align-items:center;justify-content:center;font-size:inherit;line-height:1;transition:transform .1s}.star.filled,.star.half{color:#ffc107}.star:not(.filled):not(.half){color:var(--color-bg-tertiary)}.rating-stars-editable .star:hover{transform:scale(1.2)}.rating-stars-small .star{font-size:16px}.rating-stars-normal .star{font-size:24px}.rating-stars-large .star{font-size:32px}.rating-input-container{display:flex;flex-direction:column;gap:var(--space-md)}.rating-input-row{display:flex;align-items:center;justify-content:space-between}.rating-input-label{font-size:16px;color:var(--color-text-secondary);min-width:80px}