.map-instruction-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.map-disclaimer {
  color: #ece2e2;
  margin-top: 10px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

#map-container {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--accent-main);
  box-shadow: 0 0 20px rgba(0, 250, 172, 0.1);
}

#osm-map {
  width: 100%;
  height: 100%;
}

.map-tiles {
  filter: brightness(0.8) contrast(1.2) saturate(0.8) invert(0.05);
}