/* EdAgent Canvas — Absolute minimal reset only */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; }
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
/* Hide WP admin bar offset */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
