.fs-mapa-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fs-mapa-distribuidores {
  width: 100%;
  max-width: 1000px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  position: relative;
}

/* Fix para imágenes en WordPress */
#mapa-distribuidores img {
  max-width: none !important;
  max-height: none !important;
}

/* Asegurar que los controles se vean y sean clicables */
#mapa-distribuidores .leaflet-control-container {
  display: block !important;
  pointer-events: auto !important;
}

#mapa-distribuidores .leaflet-top,
#mapa-distribuidores .leaflet-bottom {
  z-index: 1000 !important;
}

/* Forzar z-index del popup por encima de todo */
#mapa-distribuidores .leaflet-popup-pane {
  z-index: 99999 !important;
}

/* Estilos del popup */
#mapa-distribuidores .leaflet-popup-content-wrapper {
  padding: 1px !important;
  text-align: left !important;
  border-radius: 12px !important;
  background: white !important;
  color: #333 !important;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4) !important;
}

#mapa-distribuidores .leaflet-popup-content {
  margin: 13px 24px 13px 20px !important;
  line-height: 1.3 !important;
  font-size: 13px !important;
}

#mapa-distribuidores .leaflet-popup-tip {
  width: 17px !important;
  height: 17px !important;
  padding: 1px !important;
  margin: -10px auto 0 !important;
  transform: rotate(45deg) !important;
  background: white !important;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4) !important;
}

#mapa-distribuidores .leaflet-popup-close-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  font: 16px/24px Tahoma, Verdana, sans-serif !important;
  color: #757575 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

#mapa-distribuidores .leaflet-popup-close-button:hover {
  color: #585858 !important;
}

.fs-popup {
    font-family: system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.fs-popup-title {
    font-weight: 600;
    color: #222;
}

.fs-popup-link {
    display: inline-block;
    margin-top: 4px;
    background: #1ea65a;
    color: #fff !important;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
}