.custom-popup {
  border-radius: 2px;
  color: #fff;
  font-family: "Molengo", sans-serif;
  font-size: 12px;
  line-height: 10px;
  height: 10 px;
  max-height: 300px;
}

.custom-popup, .leaflet-popup-tip {
  background: #FFFFFF;
  border: none;
  box-shadow: none;
}

.leaflet-popup-content-wrapper {
  background: #fff;
  border-radius: 10px;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content {
  min-width: 100px !important;
  max-height: 300px;
  overflow: auto;
  margin: 0;
}

.leaflet-popup-content > .mapContent {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.2s;
}

.leaflet-popup-content > a:hover {
  background-color: #f3f3f3;
  transition: background-color 0.2s;
}

.mapContent > span {
  background-color: #eee;
  font-size: 16px;
  padding: 0.3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  border-radius: 3px;
}

.mapContent a, .mapContent button {
  border: 1px solid #555;
  padding: 0.3rem;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}

.mapContent a:hover, .mapContent button:hover {
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  transition: all 0.2s;
}

.leaflet-container a.leaflet-popup-close-button {
  width: auto;
  height: auto;
  padding: 0.3rem;
  display: flex;
  right: -10px;
  top: -10px;
  background-color: #e93b55;
  color: #fff !important;
  border-radius: 50%;
  font-size: 16px;
}

.leaflet-container {
  z-index: 0;
}

.koskiMapBubble > .adres {
  display: flex;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.koskiMapBubble > .baslik {
  display: flex;
  font-size: 14px;
  font-weight: 600;
}

.koskiMapBubble > .durum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.koskiMapBubble > .durum span {
  font-size: 12px;
  font-weight: 600;
}