/* Device zoom is fixed; the POS appearance preference remains independent. */
html{touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,body *{touch-action:pan-x pan-y!important}
@media(any-pointer:coarse){input,select,textarea{font-size:max(16px,1em)!important}}
