* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Georgia', serif;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  background: #f5f0e8;
  color: #2c2c2c;
}

header {
  padding: 12px 20px;
  background: #3a5a3a;
  color: #fff;
  flex-shrink: 0;
}

header h1 {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}

header .tagline {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 2px;
  font-style: italic;
}

header .tagline a {
  color: #a8d8a8;
  text-decoration: none;
}

header .tagline a:hover {
  text-decoration: underline;
}

#map {
  flex: 1;
  width: 100%;
}

footer {
  padding: 6px 16px;
  background: #2c2c2c;
  color: #aaa;
  font-size: 0.7rem;
  text-align: center;
  flex-shrink: 0;
}

footer a {
  color: #ccc;
}

/* Route popup */
.leaflet-popup-content h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #3a5a3a;
}

.leaflet-popup-content p {
  font-size: 0.82rem;
  line-height: 1.4;
}

.leaflet-popup-content .route-meta {
  margin-top: 6px;
  font-size: 0.75rem;
  color: #666;
}

/* Layer control */
.leaflet-control-layers {
  font-size: 0.82rem;
}

/* Fietsknooppunt marker */
.knooppunt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  background: #1a6e1a;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.knooppunt-icon span {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
  user-select: none;
}
