/* Hide the duplicate nav inside the embedded map iframe.
   The real website header stays on the outside page. */

body.page-map .empire-nav {
  display: none !important;
}

body.page-map .map-shell {
  height: 100vh !important;
  min-height: 100vh !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

body.page-map .map-direct-main {
  height: 100vh !important;
  min-height: 100vh !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

body.page-map .map-live-board,
body.page-map .map-direct-board,
body.page-map .map-frame-shell,
body.page-map .real-map-frame,
body.page-map .map-direct-frame {
  height: 100% !important;
  min-height: 0 !important;
}

body.page-map .map-frame {
  height: 100% !important;
  min-height: 0 !important;
}
