/* ══ ANTI-COPY QORUMA ══ */
.test-main, .q-text, .q-opts, .q-opt label, .card, .result-answers {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
/* inputs must remain typeable */
.test-main input, .test-main textarea, .test-main select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}
