/* Contact page Neshan map */
.neshan-map-shell {
  position: relative;
  width: 100%;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #bae6fd;
  background: #e0f2fe;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.neshan-contact-map {
  width: 100%;
  height: 520px;
  min-height: 520px;
  direction: ltr;
  background: #e0f2fe;
}

.neshan-map-fallback {
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid #bae6fd;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  color: #075985;
  padding: 20px;
  z-index: 10;
}

.neshan-map-fallback[hidden] {
  display: none !important;
}

.leaflet-container {
  font-family: Vazir, Shabnam, Tahoma, Arial, sans-serif !important;
}

.clinic-map-popup {
  direction: rtl;
  text-align: right;
  min-width: 190px;
  line-height: 1.8;
}

.clinic-map-popup strong {
  display: block;
  color: #075985;
  margin-bottom: 4px;
}

@media(max-width:720px) {
  .neshan-map-shell {
    min-height: 390px;
    border-radius: 22px;
  }

  .neshan-contact-map {
    height: 390px;
    min-height: 390px;
  }
}
