.map-link-btn {
  display: inline-block;
  padding: 6px 10px;
  background-color: #988ac1;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.map-sidebar-item {
  flex: 1;
  text-align: left;
}

.map-sidebar-item.active + .profile-quicklink {
  opacity: 1;
  pointer-events: auto;
}

.map-sidebar-item.active {
  background: #f7986d;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  padding: 4px 8px;
}

#map {
  min-height: 400px;
  width: 100%;
  background: #eaeaea;
}

.profile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem 0;
}

.profile-quicklink {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  justify-content: center;
  width: auto;
  height: 32px;
  margin-right: .5rem;
}

.profile-quicklink.show {
  opacity: 1;
  pointer-events: auto;
}

.profile-quicklink img {
  max-width: 20px;
  height: auto;
}

@media (max-width: 768px) {
  .carte-wrapper { flex-direction: column; }
  .map-container, .map-sidebar { width: 100%; height: 400px; max-width: none; }
  .map-container { height: 400px; }
  .map-sidebar ul { padding: 0; margin: 0; }
  .map-sidebar-item { width: 100%; text-align: left; }
}
