.avoco-map {
  display: flex !important;
  margin-bottom: 16px !important;
  box-shadow: 0 10px 40px 0 rgba(43, 43, 43, 0.15);
}

.leaflet-control a {
  text-decoration: none !important;
}

input {
  height: 64px !important;
}

#avoco-map-category {
  height: 64px !important;
  width: 128px !important;
}

#map {
  height: 800px !important;
}

div span {
  position: relative;
  width: 100%;
}

span img {
  position: absolute;
  width: 24px;
  right: 10px;
  top: 32%;
  display: none;
}

.leaflet-popup-content-wrapper  {
  border-radius: 0px !important;
}

.marker-cluster-medium {
  background-color: transparent !important;
}

.marker-cluster-large {
  background-color: transparent !important;
}

.marker-cluster-small {
  background-color: transparent !important;
}

.avoco-marker {
  text-decoration: none !important;
  color: #272727;
}

.avoco-suggestions {
  position: absolute; 
  top: 45px; 
  left: 0; 
  background-color: white; 
  padding: 8px; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); 
  z-index: 999; 
  display: flex; 
  flex-direction: column; 
  gap: 8px; 
  max-height: 270px; 
  width: 100%; 
  margin-top: 19px; 
  overflow: auto;
}

.avoco-suggestions a:hover {
  color: #D02027;
  cursor: pointer;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font: bold 14px sans-serif;
  line-height: 40px;
}

.marker-cluster div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #BB2229;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marker-cluster span {
  display: block;
}