.vopr-reactions {
    margin-top: 20px;
    direction: rtl;
}
.vopr-reactions button {
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.vopr-reactions button:hover {
    background: #444;
}