/* Leaflet map - Neo Dental custom marker */

/* Map fills all available space */
.contacts-section .contacts-container .contacts-map {
  min-height: 450px;
  position: relative;
}

.contacts-section .contacts-container .contacts-map .neodental-leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.neodental-leaflet-map.contacts-map {
  width: 100% !important;
  min-height: 400px;
  background: #1a1a1a;
}

.neodental-leaflet-map .leaflet-container {
  font-family: inherit;
  background: #1e1e1e;
  width: 100% !important;
  height: 100% !important;
}

.neodental-leaflet-map .leaflet-tile-pane {
  filter: saturate(0.9) contrast(1.05);
}

/* Custom marker: SVG pin */
.neodental-leaflet-icon {
  background: none !important;
  border: none !important;
}

.neodental-map-marker-img {
  display: block;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

.neodental-leaflet-map[data-maps-url] .leaflet-marker-icon {
  cursor: pointer;
}

.neodental-map-marker__pin {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 36px;
  background: linear-gradient(165deg, #b5b0a0 0%, #918e80 50%, #7a7668 100%);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  transform-origin: center bottom;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* Popup */
.neodental-map-popup {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
  padding: 4px 0;
}

.neodental-leaflet-map .leaflet-popup-content-wrapper {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.neodental-leaflet-map .leaflet-popup-tip {
  background: #fff;
}
