/* Tooltips */
.site-main .mapboxgl-popup-close-button {
  color: #000;
  padding: 0.3em 0.5em;
  font-size: 1.3em;
}

.site-main .mapboxgl-popup-content {
  text-align: center;
  padding: 1.5em;
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.3);
}

.site-main .mapboxgl-popup-content h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1.2rem;
}

.site-main .mapboxgl-popup-content a {
  letter-spacing: 0.07em;
  border-bottom: 2px solid rgba(31, 142, 250, 0.2);
}

.site-main .mapboxgl-popup-content a:hover {
  border-bottom: 2px solid rgba(31, 142, 250, 0.6);
}

button.mapboxgl-popup-close-button {
  padding: 0.8em;
}

button.mapboxgl-popup-close-button:hover {
  background: #fff;
}

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