.rating svg path {
    fill: white;
    stroke: black;
    stroke-width: 1;
}

.rating.selected svg path {
    fill: #f1f500;
    stroke: black;
}

.rating.warning svg path {
    stroke: red;
}
