/*
 Theme Name:   KPS
 Theme URI:    https://cloud9.fi
 Description:  GeneratePress child theme
 Author:       Cloud9 Oy / Jani Paavola
 Template:     generatepress
 Version:      1.0
*/
.open-user-map .add-location {
    background: #FFFFFF !important;
}
.open-user-map .add-location .location-overlay-content {
    width: 100% !important;
    max-width: 60% !important;
    display: flex;
    padding: 30px 40px !important; 
	
    background: #fff;
    color: #333;
    border-radius: 0px !important;
    border: none !important;
}



.open-user-map .box-wrap .map-wrap .leaflet-map {
  position: relative !important;
}

.open-user-map .box-wrap .map-wrap .oum-filter-controls.active {
  position: relative;
  top: 20px;
  right: auto;
  bottom: auto;
  left: auto;
}

.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-list {
  display: block !important;
  column-count: 3; /* or 2 or 4 depending on how many columns you want */
  column-gap: 2rem;
}

.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-list label {
	break-inside: avoid;
}




.group-a, .group-b, .group-c {
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.group-a h3, .group-b h3, .group-c h3 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #444;
}
