.map-embed-container {
            max-width: 1000px;
            margin: 20px auto;
            width: 100%;
        }
        
        .map-wrapper {
            width: 100%;
            height: 600px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        
        #nairobi-fanzones-map {
            width: 100%;
            height: 100%;
            display: block;
        }
        
        .fanzone-marker {
            background-image: url('https://cdn-icons-png.flaticon.com/512/53/53283.png');
            background-size: cover;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            cursor: pointer;
        }
        
        .mapboxgl-popup {
            max-width: 250px;
        }
        
        .mapboxgl-popup-content {
            padding: 12px;
            border-radius: 4px;
        }
        
        .popup-title {
            font-weight: bold;
            margin-bottom: 5px;
            color: #d22;
        }
        
        .popup-description {
            margin-top: 5px;
            color: #333;
        }