
.iqwpbrr-star-rating{
    display: inline-block;
    height: 12px;
    position: relative;
    width: 60px;
}

.iqwpbrr-star-rating::before{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M5.70547 0.583504C5.82597 0.339353 6.17412 0.339353 6.29462 0.583504L7.85445 3.74408C7.9023 3.84103 7.99479 3.90823 8.10179 3.92378L11.5897 4.4306C11.8591 4.46975 11.9667 4.80086 11.7717 4.99091L9.24787 7.45107C9.17045 7.52654 9.13512 7.63527 9.1534 7.74183L9.7492 11.2156C9.79523 11.484 9.51357 11.6886 9.27258 11.5619L6.1529 9.92182C6.05721 9.87151 5.94288 9.87151 5.84718 9.92182L2.72751 11.5619C2.48652 11.6886 2.20486 11.484 2.25088 11.2156L2.84669 7.74183C2.86496 7.63527 2.82963 7.52654 2.75221 7.45107L0.228344 4.99091C0.0333777 4.80086 0.140963 4.46975 0.4104 4.4306L3.8983 3.92378C4.00529 3.90823 4.09779 3.84103 4.14563 3.74408L5.70547 0.583504Z" fill="%23DDDDDD"/></svg>');
    background-repeat: repeat-x;
    background-size: 12px;
    display: block;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.iqwpbrr-star-rating>span{
    display: block;
    text-indent: -10000px;
    width: 250px;
    height: 12px;
    position: absolute;
    overflow: hidden;
}

.iqwpbrr-star-rating>span::before{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M5.70547 0.583504C5.82597 0.339353 6.17412 0.339353 6.29462 0.583504L7.85445 3.74408C7.9023 3.84103 7.99479 3.90823 8.10179 3.92378L11.5897 4.4306C11.8591 4.46975 11.9667 4.80086 11.7717 4.99091L9.24787 7.45107C9.17045 7.52654 9.13512 7.63527 9.1534 7.74183L9.7492 11.2156C9.79523 11.484 9.51357 11.6886 9.27258 11.5619L6.1529 9.92182C6.05721 9.87151 5.94288 9.87151 5.84718 9.92182L2.72751 11.5619C2.48652 11.6886 2.20486 11.484 2.25088 11.2156L2.84669 7.74183C2.86496 7.63527 2.82963 7.52654 2.75221 7.45107L0.228344 4.99091C0.0333777 4.80086 0.140963 4.46975 0.4104 4.4306L3.8983 3.92378C4.00529 3.90823 4.09779 3.84103 4.14563 3.74408L5.70547 0.583504Z" fill="%23FFAA0C"/></svg>');
    background-repeat: repeat-x;
    background-size: 12px;
    bottom: 0;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}
.progress {
    --bs-progress-height: 0.5rem !important;
}
.progress .progress-bar{
    background-color: var(--bs-orange) !important;
}
