#dr-map-wrap {
  width: 100vw !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: Helvetica, Arial, sans-serif;
}

/* ── Gecombineerde onderste balk ────────────────────────────── */
#dr-map-bottom {
  display: flex;
  align-items: stretch;
  background: #0f1820;
  border-top: 1px solid rgba(197,169,107,.25);
  flex-wrap: wrap;
}

/* ── Filter bar ────────────────────────────────────────────── */
#dr-map-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}

.dr-map-filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dr-map-filter-group label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(197,169,107,.65);
}

.dr-map-filter-select {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.85);
  padding: 7px 30px 7px 11px;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(197,169,107,.65)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  min-width: 160px;
  transition: border-color .15s;
}

.dr-map-filter-select:focus {
  outline: none;
  border-color: rgba(197,169,107,.6);
}

.dr-map-filter-select option {
  background: #0f1820;
  color: #fff;
}

.dr-map-filter-count {
  font-size: 12px;
  color: rgba(197,169,107,.6);
  margin-left: auto;
  white-space: nowrap;
}

.dr-map-filter-reset {
  display: none;
  align-self: flex-end;
  background: transparent;
  border: 1px solid rgba(197,169,107,.35);
  color: rgba(197,169,107,.75);
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .15s, border-color .15s;
}

.dr-map-filter-reset.visible { display: block; }

.dr-map-filter-reset:hover {
  color: #d4af37;
  border-color: #d4af37;
}

#dr-map-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px;
  border-left: 1px solid rgba(197,169,107,.25);
  align-items: center;
  flex-shrink: 0;
}

.dr-map-chip {
  background: transparent;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
  white-space: nowrap;
}

.dr-map-chip:hover {
  color: #fff;
  border-color: rgba(197,169,107,.6);
}

.dr-map-chip.active {
  color: #d4af37;
  border-color: #d4af37;
  background: rgba(197,169,107,.1);
  font-weight: 700;
}

#dr-map-container {
  width: 100%;
  height: 900px;
  position: relative;
}

.mapboxgl-popup-content {
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 12px 14px;
}

.mapboxgl-popup-content a {
  color: #d4af37;
  text-decoration: none;
}

.mapboxgl-popup-content a:hover {
  text-decoration: underline;
}

.dr-map-label--gold {
  color: #d4af37;
  font-weight: bold;
  font-size: 12px;
  margin-top: 22px;
  white-space: nowrap;
  pointer-events: none;
  background: rgba(0,0,0,.55);
  padding: 2px 7px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}

.dr-map-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4caf50;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.dr-map-label--green {
  color: #4caf50;
  font-size: 11px;
  font-family: 'Gruppo', sans-serif;
  margin-top: 16px;
  white-space: nowrap;
  pointer-events: none;
  background: rgba(0,0,0,.5);
  padding: 2px 6px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
