.vorya-sr-wrap {
    direction: rtl;
    margin: .5em 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:16px;
}
.vorya-sr-stars {
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
    cursor: pointer;
}
.vorya-sr-stars .star {
    font-size: 26px;
    color: #54595F;
    transition: color .2s;
    user-select: none;
}
.vorya-sr-stars .star.active,
.vorya-sr-stars .star.hover {
    color: #D4AF37; /* طلایی */
    text-shadow: 0 2px 8px #0A083055;
}
.vorya-sr-avg {
    color: #212121;
    font-size: 14px;
    margin-right: 8px;
}

@media (max-width:480px){
    .vorya-sr-stars .star{ font-size:18px; }
}
