.views-row {
  margin-bottom: 5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px var(--border-color);
}

:nth-last-child(1 of .views-row) {
  padding-bottom: 0;
  border-bottom: none;
}

.views-row .post-image {
  margin: 0 0 2.5rem 0;
}

.views-row .post-image figcaption {
  font-size: 1.6rem;
}

.leaflet-touch .leaflet-control-attribution {
  font-size: 0.9rem;
}

.leaflet-popup-content {
  font-family: "Computer Modern Serif";
  font-size: 1.6rem;
  font-weight: bold;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  box-shadow: none;
}

.leaflet-popup-content-wrapper {
  border-radius: 4px;
}

/*# sourceMappingURL=views.css.map */
