.star-rating__container{
    display: flex;
    flex-direction: row;
    margin: 10px 0 17px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}
.star-rating {
    height: 20px;
    position: relative;
    width: 100px;
    margin-right : 8px;
}
.star-rating:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 19'%3E%3Cpath fill='%23082532' d='m10 0 3.121 5.704 6.39 1.206-4.46 4.73.827 6.45L10 15.31l-5.878 2.78.828-6.45L.49 6.91l6.389-1.206L10 0Z'/%3E%3Cpath fill='url(%23a)' d='m10 0 3.121 5.704 6.39 1.206-4.46 4.73.827 6.45L10 15.31l-5.878 2.78.828-6.45L.49 6.91l6.389-1.206L10 0Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='10.102' x2='10.102' y1='3.454' y2='17.095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23082532'/%3E%3Cstop offset='1' stop-color='%23082532'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.star-rating > span {
    display: block;
    text-indent: -10000px;
    width: 100px;
    height: 20px;
    position: absolute;
    overflow: hidden;
}
.star-rating > span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 19'%3E%3Cpath fill='%2323D613' d='m10 0 3.121 5.704 6.39 1.206-4.46 4.73.827 6.45L10 15.31l-5.878 2.78.828-6.45L.49 6.91l6.389-1.206L10 0Z'/%3E%3Cpath fill='url(%23a)' d='m10 0 3.121 5.704 6.39 1.206-4.46 4.73.827 6.45L10 15.31l-5.878 2.78.828-6.45L.49 6.91l6.389-1.206L10 0Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='10.102' x2='10.102' y1='3.454' y2='17.095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234EE450'/%3E%3Cstop offset='1' stop-color='%2365CAAF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}