/* FIX: scoped to .mapblog-wrapper instead of *, html, body so this no
longer overrides the theme's global styles and breaks the site's
layout/width. */
.mapblog-wrapper,
.mapblog-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-ser...