
.leaflet-popup-content-wrapper {
  padding: 2px !important;
  max-width: 450px !important;
  font-size: 1.2em;
}
.leaflet-popup-content {
  margin: 0 !important;
  padding: 6px !important;
  line-height: 1.4;
}
.leaflet-popup-content img {
  margin: 0;
  display: block;
  width: 270px;
  border-radius: 4px;
}
.leaflet-popup-content a {
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  color: #0078A8;
  font-weight: bold;
  font-size: 1.1em;
}
.leaflet-popup-content strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2em;
}
.leaflet-popup-content .shortcode-link {
  display: block;
  margin-top: 8px;
  font-size: 1.05em;
  font-weight: 600;
  color: #444;
  text-decoration: underline;
}
