.marker {
  background-color: blueviolet;
  background-size: cover;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  width: 240px;
}

.infobox-columns {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.infobox-column-1 {
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.infobox-column-1 img {
  height: 100%;
  object-fit: contain;
}

.infobox-column-2 {
  width: 132px;
}

.infobox-columns h3 {
  margin: 0 0 0.5em 0
}

.infobox-columns p {
  margin: 0;
  line-height: 1.25;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content a,
.mapboxgl-popup-content a:focus,
.mapboxgl-popup-content a:active {
  outline: 0;
  color: black;
  text-decoration: none;
  transition: all 0, 3s ease-in-out;
}

.mapboxgl-popup-content a:hover {
  transform: scale(1.1);
}

.map-filter {
  padding: 0.5rem;
}

.map-filter a {
  display: block;
  margin: 0 1rem;
}