.gdm-map-wrap {
  width: 100%;
  margin: 1.5rem 0;
}

.greenville-deanery-map {
  width: 100%;
  min-height: 450px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

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

.gdm-popup p {
  margin: 4px 0;
  font-size: 14px;
}

.gdm-popup .gdm-notes {
  margin-top: 8px;
  font-style: italic;
}

.gdm-error {
  padding: 1rem;
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 8px;
}
