/* Empêche l'affichage déformé dans certains thèmes */
#lecosinus-osm-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

#lecosinus-osm-map:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

#lecosinus-osm-map span {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

/* Style du lien Itinéraire */
/* .lecosinus-osm-map-link {
  border: solid 1px var(--wp--preset--color--dark-blue);
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.lecosinus-osm-map-link:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
} */

.lecosinus-osm-map-link {
  position: relative;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}

.lecosinus-osm-map-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l121.4 0L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6 480 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L336 0zM64 32C28.7 32 0 60.7 0 96L0 448c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 144c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 96c0-17.7 14.3-32 32-32l144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32z'/%3E%3C/svg%3E");
}

.lecosinus-osm-map-link:hover {
  text-decoration: none;
}
