.dubai-escorts-map-container {
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#dubai-escorts-map {
    width: 100%;
    min-height: 500px;
    border-radius: 8px;
}

/* Popup Styles */
.dem-popup {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 300px;
}

.dem-popup h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
}

.dem-popup p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.dem-popup strong {
    color: #2c3e50;
    font-weight: 600;
}

.dem-popup a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dem-popup a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.dem-website-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #3498db;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    transition: background 0.3s ease;
    margin-top: 5px;
}

.dem-website-btn:hover {
    background: #2980b9;
    color: #fff !important;
}

/* Leaflet Popup Customization */
.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 5px;
}

.leaflet-popup-content {
    margin: 15px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .dem-popup {
        max-width: 250px;
    }
    
    .dem-popup h3 {
        font-size: 16px;
    }
    
    .dem-popup p {
        font-size: 13px;
    }
    
    #dubai-escorts-map {
        min-height: 400px;
    }
}

@media screen and (max-width: 480px) {
    #dubai-escorts-map {
        min-height: 350px;
    }
    
    .dem-popup {
        max-width: 200px;
    }
}

/* Loading state */
.dubai-escorts-map-container.loading {
    position: relative;
}

.dubai-escorts-map-container.loading::after {
    content: "Loading map...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #2c3e50;
}
