.almap-wrap {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.almap {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e9eef3;
  z-index: 1;
  position: relative;
}

/* Evitar que Elementor colapse el shortcode */
.elementor-widget-shortcode .almap,
.elementor-shortcode .almap,
.elementor-widget-container .almap,
.elementor-widget-shortcode .almap-wrap,
.elementor-shortcode .almap-wrap {
  width: 100% !important;
  min-width: 100% !important;
}

.elementor-widget-shortcode:has(.almap),
.elementor-widget-shortcode:has(.almap) .elementor-widget-container,
.elementor-widget-shortcode:has(.almap) .elementor-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}

.almap .leaflet-container {
  width: 100% !important;
  height: 100% !important;
  font-family: inherit;
}

.almap .leaflet-marker-icon {
  background: transparent !important;
  border: 0 !important;
}

.almap .almap-marker {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.28));
}

.almap-popup {
  text-align: center;
  min-width: 160px;
  padding: 2px 4px;
}

.almap-popup__title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  line-height: 1.35;
  margin: 0 0 8px;
}

.almap-popup__link {
  display: inline-block;
  color: #F21E21 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.3;
}

.almap-popup__link:hover {
  color: #d4181b !important;
}
