.star-rating {
    align-items: center;
    display: inline-flex;
    height: 18px;
    position: relative;
    width: 98px;
}

.star-rating--inner,
.star-rating--outer {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
}

.star-rating--outer {
    overflow: hidden;
}

svg.star-empty {
    fill: #ccc;
    height: 18px !important;
    width: 18px !important;
}

.star-full {
    fill: #ffa338;
    flex: 1;
    height: 18px !important;
    min-width: 18px !important;
    width: 18px !important;
}

svg.star-empty:not(:last-child),
svg.star-full:not(:last-child) {
    margin-right: 2px;
}

.star-rating__label {
    font-size: 16px;
    line-height: 18px;
    margin-right: 10px;
}

.star-rating__items {
    align-items: center;
    display: flex;
    margin: 0 -1px;
}

.star-rating__items .star {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg fill='%230072DB' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -0.0175707 6.26749 0.0124293 6.16999C0.0449293 6.07249 0.122429 6.00499 0.224929 5.98999L5.43243 5.23249L7.76243 0.51249C7.80743 0.41999 7.89493 0.36499 7.99743 0.36499C8.09993 0.36499 8.18743 0.41999 8.23243 0.51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 24px;
    margin: 0 1px;
    padding: 0;
    width: 24px;
}

.star-rating__items .star.star-empty {
    background-image: url("data:image/svg+xml,%3Csvg fill='%230072DB' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5624 5.23249L8.23243 0.51249C8.18743 0.41999 8.09993 0.36499 7.99743 0.36499C7.89493 0.36499 7.80743 0.41999 7.76243 0.51249L5.43243 5.23249L0.224929 5.98999C0.122429 6.00499 0.0449293 6.07249 0.0124293 6.16999C-0.0175707 6.26749 0.00742928 6.36749 0.0799293 6.43999L3.84743 10.115L2.95493 15.3225C2.93743 15.4225 2.97493 15.52 3.05743 15.58C3.13993 15.64 3.24243 15.6475 3.33243 15.6025L8.10493 13.1875L12.6574 15.58C12.7474 15.6275 12.8524 15.62 12.9349 15.56C13.0174 15.5 13.0574 15.4025 13.0399 15.3025L12.1499 10.115L15.9199 6.43999C15.9924 6.36999 16.0174 6.26749 15.9824 6.16999C15.9499 6.07249 15.8724 6.00499 15.7699 5.98999L10.5624 5.23249ZM14.1535 6.76539L9.89838 6.14642L7.99743 2.29557L6.09648 6.14642L1.84508 6.76484L4.92182 9.76604L4.18778 14.0489L8.1136 12.0624L11.802 14.0007L11.0754 9.76591L14.1535 6.76539Z'/%3E%3C/svg%3E");
}