/**
 * @file
 * Mini-map info_local (page Contacto) — Leaflet satellite.
 */
.block-info-local__map {
  position: relative;
  margin-top: 1.25rem;
}

.info-local-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--ocdm-border, #e5dfd3);
}

/* Le bouton "Ver no mapa" en absolute over la map (bas-droite) */
.block-info-local__map-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  color: var(--ocdm-text-strong);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-family: "Nunito Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 400;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.block-info-local__map-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  color: var(--ocdm-framboise);
}

@media (max-width: 600px) {
  .info-local-map { height: 280px; }
}
