@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");

html, body {
  font-family: "Source Sans Pro", "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.leaflet-container,
.leaflet-control,
.leaflet-control * {
  font-family: "Source Sans Pro", "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.lvo-panel,
.lvo-panel * {
  font-family: "Source Sans Pro", "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.lvo-panel {
  border: 1px solid #F2F2F2 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
  color: #323232 !important;
}

.lvo-panel--white {
  background: #FFFFFF !important;
}

.lvo-panel--glass {
  background: rgba(255,255,255,0.96) !important;
}

.leaflet-control-layers.leaflet-control-layers-expanded {
  background: rgba(255,255,255,0.96);
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  width: 174px;
  height: 174px;
  box-sizing: border-box;
  overflow: auto;
}

.leaflet-control-layers.leaflet-control-layers-expanded::before {
  content: "Kaartlagen";
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #323232;
}

.leaflet-control-layers-list,
.leaflet-control-layers-base,
.leaflet-control-layers-overlays {
  margin: 0;
  padding: 0;
}

.leaflet-control-layers label {
  font-size: 13px;
  line-height: 1.25;
}

.leaflet-control-layers-separator {
  margin: 8px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.leaflet-tile-pane::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: var(--lvo-map-tint, rgba(19, 122, 50, 0.0));
  mix-blend-mode: multiply;
}

#lvo-impact-panel {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 2002;
  width: 174px;
  height: 174px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #137A32 !important;
  text-align: center;
  pointer-events: none;
}

#lvo-impact-panel * {
  color: #137A32 !important;
}

#lvo-impact-panel .lvo-impact__title {
  font-size: 44px;
  font-weight: 900;
  line-height: 0.92;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}

#lvo-impact-panel .lvo-impact__mid {
  font-size: 22px;
  font-weight: 600;
  line-height: 0.95;
}

#lvo-impact-panel .lvo-impact__bottom {
  font-size: 44px;
  font-weight: 800;
  line-height: 0.92;
}

#lvo-logo-panel {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2001;
  background: #FFFFFF !important;
  width: 174px;
  height: 174px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lvo-logo-panel img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#lvo-getallen-panel {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 174px;
  height: 174px;
  z-index: 2000;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
}

#lvo-selection-panel {
  position: fixed;
  bottom: 214px;
  right: 10px;
  width: 174px;
  height: 174px;
  z-index: 2000;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: auto;
  overflow: auto;
}

#lvo-pop-legend-panel {
  position: fixed;
  bottom: 10px;
  left: 194px;
  width: 174px;
  height: 174px;
  z-index: 2000;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: auto;
  overflow: hidden;
}
