/* Maps & Locations — контейнер карты и попап точки. */

.czmap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(128, 128, 128, .12);
  margin: 1.25em 0;
  z-index: 0;
}

/* Пин — divIcon без фона Leaflet. */
.czmap-pin {
  background: transparent;
  border: 0;
}
.czmap-pin svg { filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .35)); }

.czmap-pop { font-size: 14px; line-height: 1.45; min-width: 180px; }
.czmap-pop-title { display: block; font-size: 15px; margin-bottom: 4px; }
.czmap-pop-row { margin: 2px 0; }
.czmap-pop-desc { opacity: .8; }
.czmap-pop-row a { color: #2563eb; text-decoration: none; }
.czmap-pop-row a:hover { text-decoration: underline; }
.czmap-pop-route {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 12px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
