.rate-star-column {
    position: relative;
}

.rate-star-column > svg {
    fill: #ffc107;
}

.rate-star-column > .cover {
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
}
