/* KINPRO® GEO — Mozambique Map Lightbox Modal Styles (mozambique-modal.css) */

/* Mozambique Map Popup Modal Lightbox */
.map-modal-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.map-modal-overlay.active {
  display: flex !important;
}

.map-modal-content {
  position: relative;
  max-width: 92vw;
  max-height: 92vh;
  background: #0b111e;
  border: 1px solid rgba(229, 169, 59, 0.35);
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.map-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.map-modal-title {
  color: var(--accent-gold);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.map-modal-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  padding: 0 6px;
  transition: color 0.2s ease;
}

.map-modal-close:hover {
  color: var(--accent-gold);
}

.map-modal-body {
  overflow: auto;
  padding: 20px;
  text-align: center;
  max-height: calc(92vh - 60px);
}

.map-modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.8);
}
