/*
 * Project markers and map cards now open
 * the dynamic project details page.
 */

#locations .map-pin-card,
#locations .leaflet-marker-icon {
  cursor: pointer !important;
}

#locations .map-pin-card {
  position: relative;
}

#locations .map-pin-card::after {
  content: "عرض تفاصيل المشروع";
  display: block;
  margin-top: 7px;
  color: #957A56;
  font-size: 9px;
  font-weight: 900;
}

#locations .map-pin-card:focus-visible {
  outline: 3px solid rgba(199, 155, 82, 0.4);
  outline-offset: 3px;
}
