.leaflet-popup {
  margin-bottom: 30px;
  z-index: 10000;
}

.leaflet-popup-pane {
  z-index: 1000 !important;
}


.leaflet-popup-content-wrapper {
  border-radius: 14px;
  background: rgba(8,12,16,0.78);
  border: 1px solid rgba(217, 184, 95, 0.22);
  color: white;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(217, 184, 95, 0.08);
  backdrop-filter: blur(8px);
}

.leaflet-popup-content {
  width: auto !important;
  min-width: 132px;
  margin: 12px 14px 13px;
  font-size: 13px;
  line-height: 1.35;
}

.leaflet-popup-tip-container {
  width: 28px;
  height: 22px;
}

.leaflet-popup-tip {
  width: 16px;
  height: 16px;
  margin: -8px auto 0;
  background: rgba(13, 17, 22, 0.94);
  border-right: 1px solid rgba(217, 184, 95, 0.22);
  border-bottom: 1px solid rgba(217, 184, 95, 0.22);
  box-shadow:
    4px 4px 12px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(217, 184, 95, 0.1);
}

.leaflet-popup-close-button {
  top: 7px !important;
  right: 7px !important;
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-size: 19px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
}

.leaflet-popup-close-button:hover {
  color: rgba(217, 184, 95, 0.9) !important;
}

.mountain-popup strong {
  display: block;
  padding-right: 22px;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.mountain-popup div {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

.mountain-popup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
  color: #d9b85f;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.mountain-popup a::after {
  content: "→";
  margin-left: 6px;
}

.mountain-popup a:hover {
  color: #e4c76f;
}