/*
 Theme Name:   Divi theme for Place To Grow
 Theme URI:    https://placetogrow.mk/
 Description:  This is a custom child theme of Divi, for the Place To Grow platform about Child Protection Strategies
 Author:       KMOP Skopje
 Author URI:   https://mk.kmop.org/
 Template:     Divi
 Version:      1.1
*/

/* CSS overrides below */

.municipality-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  padding: 2rem;
}

.municipality-map-container svg {
  max-width: 100%;
  height: auto;
}

#label_points circle {
  display: none;
  r: 6;
  fill: red;
  stroke: white;
  stroke-width: 1;
  cursor: pointer;
}

.municipality-map-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.municipality-map-container svg {
  max-width: 100%;
  height: auto;
}

.map-tooltip {
  position: absolute !important;
  display: none;
  background: #fff !important;
  color: #000 !important;
  font-size: 18px !important;
  padding: 10px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  pointer-events: none;
}












.municipality-sq-map-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.municipality-sq-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  padding: 2rem;
}

.municipality-sq-map-container svg {
  max-width: 100%;
  height: auto;
}

#label_points circle {
  display: none;
  fill: red;
  stroke: white;
  stroke-width: 1;
  cursor: pointer;
  pointer-events: all;
}

#label_points circle:hover {
  stroke: black;
  stroke-width: 2;
}

.map-sq-tooltip {
  position: absolute;
  display: none;
  background: #fff;
  color: #000;
  font-size: 18px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  pointer-events: none;
}
