.campus-map,
.program-point-map {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 0;
}

.campus-map {
  height: 600px;
  min-height: 600px;
}

.program-point-map {
  height: 260px;
  min-height: 260px;
}

.map-location-label-marker {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.map-location-label-marker span {
  display: inline-block;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: rgba(19, 35, 60, 0.88);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(5, 16, 30, 0.22);
}
