#osmmap,
#vhosmmap {
  height: 500px;
}

div.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
  background: #e2f9ff;
}

.leaflet-popup-content .title {
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
}
.leaflet-popup-content .description {
  font-size: 1rem;
  margin-top: 10px;
}


div.leaflet-container a.leaflet-popup-close-button {
  color: black;
}
a.leaflet-popup-close-button::before {
  display: none !important;
}

.leaflet-popup-content .image img {
  max-width: 100%;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 10px;
}

.leaflet-popup-content .title img {
  max-width: 25px;
  margin-right: 5px;
}

.leaflet-popup-content a {
  display: block;
  margin-top: 5px;
}
div.leaflet-popup-content {
  margin: 0;
}
div.leaflet-popup-content > div {
  padding: 13px 19px;
}
.osm-layers {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3% - 33px));
  grid-gap: 50px;
}

.osm-layer {
  background-color: #e2f9ff;
  padding: 15px;
}

.osm-layer .title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.osm-layer .image img {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.osm-layer .icon img {
  max-width: 35px;
  margin-right: 15px;
}

.osm-layer .description + a {
  margin-top: 10px;
  display: block;
}

.urlicon {
  max-width: 30px;
  color: #046799;
  filter: invert(43%) sepia(81%) saturate(2073%) hue-rotate(163deg) brightness(97%) contrast(101%);
  margin-right: 10px;
}
