#main .s-form-type-3__button:disabled {
  cursor: wait;
  opacity: 0.56;
}

#main .sb-custom-checkbox.is-invalid:not(:checked) {
  box-shadow: 0 0 0 2px #dd5656;
}

.ask-question-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
