.dn-location-map {
  width: 100%;
  height: 280px;
  border-radius: 14px;
  border: 1px solid rgba(43, 33, 27, 0.14);
  overflow: hidden;
  background: #e8e4dc;
  z-index: 1;
}

.dn-location-map--display {
  height: 300px;
}

.dn-location-map-section {
  padding: 1.1rem 1.2rem 1.2rem;
  margin-bottom: 1rem;
}

.dn-location-map-section__title {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--cocoa, #2b211b);
}

.dn-location-map__address {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  color: var(--text-muted, #75685e);
}

.dn-location-map-picker {
  margin: 1rem 0;
}

.dn-location-map-picker__label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.dn-location-map__optional {
  font-weight: 500;
  color: var(--text-muted, #75685e);
  font-size: 0.85rem;
}

.dn-location-map-search {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
}

.dn-location-map-search__input {
  flex: 1;
  min-width: 180px;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(43, 33, 27, 0.18);
}

.dn-location-map-coords {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
}

.dn-location-maps-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.leaflet-container {
  font-family: inherit;
}
