.vs-rating {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.vs-rating img {
    width: 24px;
    height: 24px;
}

.vs-rating button {
    padding: 0;
    background: transparent;
    min-height: 0;
}

.vs-rating button:hover {
    background: transparent;
    opacity: .5;
}