.prs{display:inline-flex;align-items:center;gap:.5rem;user-select:none;margin-bottom: 20px;align-items: center;}
.prs__stars{display:inline-flex;gap:.2rem;cursor:pointer}
.prs[data-locked="1"] .prs__stars{cursor:default}
.prs__star{width:22px;height:22px;display:inline-block;line-height:0;border:0;background:transparent;padding:0}
.prs svg{width:100%;height:100%;stroke:#999;fill:none}
.prs__star.is-filled svg{fill:#f6b400;stroke:#f6b400}
.prs{color:#f6b400} /* kolor gwiazdek */
.prs__text{font-size:.9rem;color:#555}
