
                .custom-rating-stars {
                    display: flex;
                    align-items: center;
                    gap: 2px;
                    color: #f9a134; /* <-- تغییر رنگ ستاره‌ها به نارنجی دلخواه شما */
                    font-size: 13px;
                    margin-right: auto;
                    margin-left: 0;
                }
                .custom-rating-stars i {
                    display: inline-flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                    height: 14px !important;
                    width: 14px !important;
                    line-height: 1 !important;
                    vertical-align: middle !important;
                }
                .custom-rating-stars i::before {
                    line-height: 1 !important;
                }
                /* تنظیم دقیق‌تر ارتفاع ستاره توخالی */
                .custom-rating-stars i.far {
                    transform: translateY(-2px); /* <-- افزایش جابجایی به سمت بالا (۲ پیکسل) */
                }
            