        html, body {
        	height: 100%;
        	margin: 0;
        }
        .custom-popup .leaflet-popup-content-wrapper {
            padding: 0;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 3px 14px rgba(0,0,0,0.2);
        }
        .popup-title {
            font-weight: bold;
            font-size: 14px;
            color: #CC5522;
            margin-bottom: 8px;
        }
        .popup-body {
            font-size: 12px;
            line-height: 1.6;
        }
        .leaflet-control-attribution{
            display: none;
        }