/* R.S Films Group — v23.2.40
   Targeted registration UX only.
   On touch-first mobile devices, hide the cross-device QR handoff because
   the same device can capture the live selfie directly.
   Desktop/laptop keeps "Scan with mobile" unchanged. */
@media (hover: none) and (pointer: coarse) {
  .v16-selfie-actions .v16-mobile-scan,
  .v16-camera-help [data-use-mobile] {
    display: none !important;
  }

  .v16-selfie-actions .v15-outline:not(.v16-mobile-scan) {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}
