.question .voting.processing,
.answers li .voting.processing {
    opacity: 0.5;
    cursor: not-allowed;
}
.question .voting.processing button,
.answers li .voting.processing button {
    cursor: not-allowed;
}

.question-form .submit-question:disabled,
#answer-modal .submit-answer:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.toggle-answer-modal,
.toggle-question-modal,
.resolve-question {
    cursor: pointer;
}

.show-more-answers {
    line-height: 32px;
}

#nutzerfragen_und_antworten .custom-form-select-full.sorting {
    width: 210px !important;
}
