#agences-map {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.am-custom-marker {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.am-popup {
  min-width: 220px;
}

.am-popup h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.am-popup p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
}

.am-popup-logo {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}
