.vote-total {
font-size: 22px;
text-align: right;
}

.vote-widget {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 175px;
}
.vote-widget__button-wrap {
width: 100%;
max-width: 279px;
}
.vote-widget__button {
width: 100%;
min-height: 47px;
color: #000b14;
border-radius: 19px 19px 19px 19px;
font-size: 15px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
line-height: 1.3;
background: #ffce62;
}

.vote-widget__button:hover:not(:disabled) {
  background: #ffce62;
}

.vote-widget__button:disabled {
background: rgb(184, 180, 169);
}

.vote-widget--voted .vote-widget__message {
text-align: center;
}