/* Additional safety overrides for responsive rendering */
html, body, #root { width: 100%; overflow-x: hidden; }
body { min-width: 320px; }
img, video, svg { max-width: 100%; }
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; }
input, textarea { font-size: 16px; }
