/* =========================================================
   MOBILE OVERRIDES (Send NF) — keep desktop intact
   ========================================================= */
@media (max-width: 900px){
  /* QR Scanner Close button: compact on mobile */
  #qrScanClose{
    padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    height: 32px !important;
    min-height: 32px !important;
    width: auto !important;
    min-width: 88px !important;
    border-width: 2px !important;
  }
}
