#neshan-map-1 {
            width: 100% !important;
            height: 250px;
            background: #f0f2f5;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin: 15px 0;
            direction: ltr;
        }
        .leaflet-popup-content {
            font-family: Tahoma, sans-serif;
            font-size: 13px;
            min-width: 180px;
            text-align: center;
        }
        .leaflet-popup-content-wrapper {
            border-radius: 8px;
            background: rgba(255,255,255,0.95);
        }