.map-wrapper .leaflet-popup-content-wrapper {
  border-radius: 8px !important;
  padding: 0 !important;
  width: 300px !important;
  font-family: "Almarai", sans-serif !important;
  direction: rtl;
  overflow: hidden !important;
}

.map-wrapper .leaflet-popup-content {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}

.map-wrapper .leaflet-popup-content h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #2b2b2e !important;
  border-bottom: 2px solid #1ecad3 !important;
  padding: 15px !important;
  margin: 0 !important;
  background: #fff;
}

.map-wrapper .leaflet-popup-content ul {
  list-style: none !important;
  padding: 10px 15px !important;
  margin: 0 !important;
}

.map-wrapper .leaflet-popup-content li {
  padding: 8px 0 !important;
  border-bottom: 1px solid #eee;
  line-height: 1.5 !important;
}

.map-wrapper .leaflet-popup-content p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #4a5565 !important;
}

.map-wrapper .leaflet-popup-content a {
  color: #1ecad3 !important;
  text-decoration: none !important;
}

.map-wrapper .leaflet-popup-content b,
.map-wrapper .leaflet-popup-content strong {
  color: #2b2b2e !important;
}

.map-wrapper .leaflet-popup-close-button {
  padding: 10px 10px 0 0 !important;
  color: #999 !important;
}
