.maplibregl-popup{
	max-width: 360px !important;
}		 
		 
.maplibregl-popup summary {
	line-height: 30px;
     background: #aaa;
	 font-size: 14px;
	font-weight: bold;		
	padding-left: 12px;
	padding-right: 12px;
     }   
	  
	details summary {
	background: white;
	cursor: pointer;
}	
		
.maplibregl-popup details > summary::-webkit-details-marker {
	display: none;
}

.maplibregl-popup summary:hover {
	color: #fff;
	background-color: #e2007a;
	border-color: #e2007a;
}

.maplibregl-popup details[open] summary {
	background: #922224;
	color: #fff;
}
		 
