/* ── TWO-PANEL OVERLAY ── */
.dov-row {
  display: flex;
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: 600px
}

.dov-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 16px 14px;
  background: rgba(255, 255, 255, .38);
  border-radius: 11px;
  border: 1px solid rgba(30, 30, 40, .08)
}

.dov-panel-lbl {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(30, 30, 40, .55);
  text-align: center
}

.dov-sep {
  width: 1px;
  background: rgba(30, 30, 40, .1);
  margin: 0 12px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.dov-sep::after {
  content: 'or';
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: rgba(30, 30, 40, .38);
  background: rgba(244, 241, 232, .95);
  padding: 4px 2px;
  position: absolute
}

#dkde-legend {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 700;
  display: flex;
  gap: 5px;
  align-items: center;
  pointer-events: none
}

.dkde-pill {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(30, 30, 40, .09);
  border-radius: 999px;
  padding: 2px 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-ui);
  font-size: 9px;
  color: rgba(30, 30, 40, .62);
  backdrop-filter: blur(4px)
}

.dkde-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0
}

.maplibregl-popup-content {
  background: #fff;
  color: #1a1a22;
  border-radius: 9px;
  box-shadow: 0 8px 28px rgba(5, 5, 13, .14);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 14px
}

.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  border-top-color: #fff !important
}

.maplibregl-popup-anchor-top .maplibregl-popup-tip {
  border-bottom-color: #fff !important
}

.maplibregl-popup-close-button {
  font-size: 16px;
  color: rgba(30, 30, 40, .42);
  right: 6px;
  top: 5px
}
