
.athanor-map {
  height: 68vh;
  min-height: 420px;
  border-radius: .25rem;
  border: 1px solid var(--md-default-fg-color--lightest);
  background: var(--md-default-bg-color);
  margin: 1rem 0 .35rem;
  z-index: 0;
}
.athanor-map .leaflet-container { background: transparent; font: inherit; }
.athanor-map-pin {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.45);
}
.athanor-map-readout {
  font-size: .68rem;
  opacity: .6;
  margin: 0 0 1.5rem;
}
.leaflet-popup-content { font-size: .72rem; line-height: 1.5; }
.leaflet-popup-content strong { display: block; margin-bottom: .2rem; }
