.upvote {
    fill: #a5a5a5;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.upvoteWrapper {
    position: relative;
    padding-right: .2rem;
}

.noSelfTips {
    fill: transparent !important;
    filter: none !important;
}

.upvoteWrapper:not(.noSelfTips):hover {
    cursor: pointer;
}

.upvote.voted {
    fill: #F6911D;
    filter: drop-shadow(0 0 6px #f6911d90);
}

.cover {
    background: var(--theme-body);
    width: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    left: 4px;
    width: 17px;
}