.psec--rating { background: var(--ps-soft); }
.psec-rating__inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.psec-rating__q { font-size: 1.15rem; font-weight: 700; color: var(--ps-ink); margin: 0; }
.psec-rating__stars { display: inline-flex; gap: 6px; }
.psec-rating__star { background: none; border: none; padding: 0; cursor: pointer; line-height: 0; }
.psec-rating__star svg { width: 36px; height: 36px; fill: #d9dbe6; transition: fill .12s ease, transform .12s ease; }
.psec-rating__star:hover svg { transform: scale(1.12); }
.psec-rating__star.is-on svg { fill: var(--ps-amber); }
