body {
  margin: 0;
  padding: 0;
}

.leaflet-popup-content-wrapper {
  background: rgba(30, 30, 30, 0.95);
  color: #FFF;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(255, 102, 204, 0.8);
}

.leaflet-popup-tip {
  background: rgba(30, 30, 30, 0.95);
}

.leaflet-interactive {
  filter: drop-shadow(0px 0px 5px rgba(255, 102, 204, 0.8)); /* Neon glow */
}

/* Custom styles for the story page map */
#map {
  height: 600px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.story-intro {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(248, 249, 250, 0.3));
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(220, 53, 69, 0.2);
}

.deployment-stats {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 10px;
}

.stat-label {
  color: #495057;
  font-size: 1.1rem;
  font-weight: 500;
}

.info-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  height: 100%;
}

.info-card h3 {
  color: #dc3545;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.map-section {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
}
