.question-card,
.results-card {
  scroll-margin-top: 96px;
}

.diagnostic-shell,
.question-card {
  overflow-anchor: none;
}

.btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
  box-shadow: none;
}

@media (max-width: 850px) {
  .question-card,
  .results-card {
    scroll-margin-top: 88px;
  }
}
