.eghj-map {
  position: relative;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f4f6;
}

.eghj-map__message {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  margin: 0;
  padding: 10px 14px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: #374151;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.eghj-map-notice {
  margin: 12px 0;
  color: #4b5563;
  font-style: italic;
}

.eghj-map-popup > * {
  display: block;
}

.eghj-map-popup .gh-link {
  margin-top: 5px;
  font-weight: 600;
  text-decoration: underline;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background: rgba(0, 114, 245, .3);
}

.marker-cluster div {
  border: 2px solid #fff;
  border-radius: 9999px;
  background: #0072f5;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

/* Match an unclustered location to the numbered cluster treatment so a
 * single opening reads as "1" instead of a generic map pin. */
.eghj-count-marker {
  width: 40px !important;
  height: 40px !important;
  border-radius: 9999px;
  background: rgba(0, 114, 245, .3);
}

.eghj-count-marker > div {
  width: 30px;
  height: 30px;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 9999px;
  background: #0072f5;
  color: #fff;
  font: 700 12px/26px "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.eghj-count-marker span {
  line-height: 26px;
}
