
/* AEGEX fullscreen for mapa emergencias */
html, body { height: 100%; }
.aegex-nrtba-map {
  position: fixed !important;
  top: 0; left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 99999;
  margin: 0 !important;
  padding: 0 !important;
}
/* Ajuste por barra de admin de WP (aprox 32px) */
body.admin-bar .aegex-nrtba-map {
  top: 32px;
  height: calc(100vh - 32px) !important;
}
/* Evitar que elementos del tema tapen el mapa */
.aegex-nrtba-map .leaflet-control-container { z-index: 100000; }
