.ckklein-vote .ckklein-vote__button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}
.ckklein-vote .ckklein-vote__button:disabled {cursor: default;opacity: .7;}
.ckklein-vote .ckklein-vote__button:focus-visible {outline: 2px solid currentColor;outline-offset: 3px;}
.ckklein-vote .ckklein-vote__status {display: block;font-size: .8em;margin-top: .4em;}
.ckklein-vote .ckklein-vote__status:empty {display: none;}
