/* Match the reference questionnaire action state before a choice is selected. */
.matching-flow-footer .primary:disabled {
  border-color: #f7a0b8;
  color: #fff;
  background: #f7a0b8;
  opacity: 1;
  cursor: not-allowed;
}
