/* MOVARA Frontend Surface 1.9.72 — mobile final QA post-reference authority.
 * Presentation only. The approved reference stylesheet loads after the older
 * mobile authority and can reduce header controls below the production touch/
 * iOS focus thresholds. Restore only those final mobile invariants. */

@media (max-width:820px){
  body.mfs-landing-vnext-active .mfs-acq-nav-toggle{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    flex-basis:44px!important;
    touch-action:manipulation!important;
  }
  body.mfs-landing-vnext-active .mfs-acq-preferences-slot select{
    min-height:44px!important;
    height:44px!important;
    touch-action:manipulation!important;
  }
}

/* iOS/iPadOS WebKit focus-zoom guard. Keep accessibility pinch zoom enabled;
 * only the actual landing preference controls are lifted to the 16px threshold. */
@supports (-webkit-touch-callout:none){
  @media (max-width:1024px) and (hover:none) and (pointer:coarse){
    body.mfs-landing-vnext-active .mfs-acq-preferences-slot select{
      font-size:16px!important;
    }
  }
}
