        #map {
            width: 100%;
            height: 99vh;
            /*height: 890px;*/ */original height by DP */
        }
        .popup-content {
            max-width: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.452);;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        
        .popup-content img {
            max-width: 120px;
            font-size: 1.2em;
            margin-bottom: 10px;
            border-radius: 5px;
        }
        
        .popup-content strong {
            font-size: 1.2em;
            margin-bottom: 5px;
            color: #333;
        }
        S
        .popup-content p {
            font-size:1.1em;
            color: #666;
            margin-bottom: 10px;
        }
        
        .popup-content a {
            color: #1a73e8;
            text-decoration: none;
            font-weight: bold;
        }
        
        .popup-content a:hover {
            text-decoration: underline;
        }
        .marker-logo {
            width: 85px;
            height: auto;
        }
        #logoOverlay {
            position: fixed;
            width:270px;
            bottom: 0px;
            left: 5px;
            z-index: 1001; 
            background-color: rgba(255, 255, 255, 0.041); /* Semi-transparent background */
        }
        
        #logoOverlay img {
            width: 270px;
            height: auto;
        }
        #filterLayer {
            position: fixed;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: rgba(255, 255, 255, 0.8);
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1000;
        }
        #filterLayer label {
            margin-right: 10px;
        }
