.vote-widget {
    --vote-active-bg: #ff5b35;
    --vote-active-bg-hover: #ed4825;
    --vote-active-text: #fff;
    --vote-disabled-bg: #e7e7e7;
    --vote-disabled-text: #8a8a8a;
    --vote-info-text: #5e5e5e;
    --vote-success: #24804b;
    --vote-error: #c62828;
    --vote-radius: 999px;
    font-family: inherit;
}
.vote-widget__button-wrap {display:inline-flex;border-radius:var(--vote-radius);transition:.2s ease;}
.vote-widget__button {min-width:190px;min-height:52px;padding:13px 28px;border:0;border-radius:var(--vote-radius);font:inherit;font-size:16px;font-weight:700;line-height:1.2;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;}
.vote-widget__button-wrap.w-cda281256ce6d8d99a217e03756e19a0 .vote-widget__button {background:var(--vote-active-bg);color:var(--vote-active-text);cursor:pointer;box-shadow:0 8px 22px rgba(255,91,53,.22);}
.vote-widget__button-wrap.w-cda281256ce6d8d99a217e03756e19a0 .vote-widget__button:hover:not(:disabled){background:var(--vote-active-bg-hover);transform:translateY(-1px);}
.vote-widget__button-wrap.w-e4011eb4efbbb82804f2a6366d108432 .vote-widget__button {background:var(--vote-disabled-bg);color:var(--vote-disabled-text);cursor:not-allowed;box-shadow:none;}
.vote-widget__counter {margin-top:10px;color:inherit;font-size:14px;}
.vote-widget__message.w-02bc479d047d3acf5fb597c2fe26d63b {margin-top:8px;color:var(--vote-info-text);font-size:14px;line-height:1.45;}
.vote-widget--voted .vote-widget__message {color:var(--vote-success);font-weight:600;}
.vote-widget--finished .vote-widget__message {display:none;}
.vote-widget--error .vote-widget__message {color:var(--vote-error);}
@media (max-width:480px){.vote-widget__button,.vote-widget__button-wrap{width:100%;}.vote-widget__button{min-width:0;}}
