/* Keep one-finger scrolling and gallery swipes, without browser gesture zoom. */
html, body, .gallery-track, .image-zoom-dialog, .image-zoom-surface,
a, button, input, summary { touch-action: pan-x pan-y; }
input, select, textarea { font-size: max(16px, 1em); }
