.iblock-vote table td div { cursor: pointer; background: url('../../../../images/Star.svg') center center/cover no-repeat; width:18px; height:18px; overflow:hidden; }
div.star-voted, div.star-over { }
.iblock-vote table td div.star-empty { background-image: url('../../../../images/Star.svg');}
.iblock-vote table td div.star-over { background-image: url('../../../../images/Star-hover.svg');}
.iblock-vote table td:not(:last-child) div{margin-right: 3px;}
.iblock-vote{
    display: flex;
    align-items: center;
    gap: 10px;
}