.poll-choice-option,
.poll-choice-option:hover,
.poll-choice-option:focus,
.poll-choice-option:active {
    background-color: #f8fbff !important;
    border-color: #b6d4fe !important;
    color: #1f2937 !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    letter-spacing: 0.01em !important;
    transform: none !important;
}

.poll-choice-option-clickable {
    cursor: pointer !important;
}

.poll-choice-option-static {
    cursor: default !important;
}

.poll-choice-option-selected,
.poll-choice-option-selected:hover,
.poll-choice-option-selected:focus,
.poll-choice-option-selected:active {
    background-color: #dcefff !important;
    border-color: #7fb3ff !important;
    color: #0f4c8a !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 1px 2px rgba(0,0,0,.06) !important;
}

.poll-choice-option .poll-choice-label {
    color: inherit !important;
}
