
.nd-stars-input{display:inline-flex;gap:4px;direction:rtl}
.nd-stars-input input{display:none}
.nd-stars-input label{font-size:28px;color:#d1d5db;cursor:pointer;user-select:none;transition:transform .1s ease}
.nd-stars-input label:hover{transform:scale(1.06)}
.nd-stars-input input:checked ~ label,
.nd-stars-input label:hover,
.nd-stars-input label:hover ~ label{color:#F59E0B}
