/* MapPress theme overrides.
   MapPress auto-registers a theme-root mappress.css as its "mappress-custom"
   style and loads it on map-bearing pages AND inside the ?mappress=embed
   iframe document. That iframe is the only place theme CSS can reach the map
   chrome (parent-page CSS can't cross the iframe boundary); Chromium applies
   each iframe's own print styles when the parent page is printed. */

@media print {
  /* Interactive chrome has no purpose on paper: MapPress's controls (menu
     toggle, fullscreen, geolocate) and Google's (zoom, Pegman, camera, scale,
     keyboard). Map tiles, markers and the Google attribution line stay. */
  .mapp-layout .mapp-menu-toggle,
  .mapp-layout .mapp-google-control,
  .mapp-layout .mapp-controls,
  .mapp-layout .gmnoprint,
  .mapp-layout .gm-fullscreen-control,
  .mapp-layout .gm-svpc,
  .mapp-layout button {
    display: none !important;
  }
}
