/* Asegura altura visible del mapa si el theme no la define */
.map-section .map-outer .map-canvas {
  width: 100%;
  min-height: 400px;
}
