/* InfoWindow container */
/*.gm-style .gm-style-iw {
    background-color: #666DF2 !important;  
    color: #fff !important;            
 
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 0px;
    max-width: 320px;
    line-height: 1.4;
}

.gm-style .gm-style-iw-tc::after
{
    background-color: #666DF2 !important;	
}

.gm-style .gm-style-iw-d{
	  background-color: #666DF2 !important; 
}

#map .gm-style-iw-chr button{
	font-size: 10px !important;
	    width: 24px !important;
    height: 24px !important;
}

#map .gm-style-iw-chr button span{
    width: 18px !important;
    height: 18px !important;
    margin: 4px !important;
}
.gm-style .gm-style-iw strong,
.gm-style .gm-style-iw h1,
.gm-style .gm-style-iw h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

.gm-style .gm-ui-hover-effect {
    filter: invert(100%);
}


*/

/* Verberg de standaard achtergrond en schaduw van Google Maps InfoWindows */


.gm-style .gm-style-iw-t::after {
    display: none !important; /* verwijdert het standaard driehoekje */
}

.gm-style .gm-style-iw-d {
    overflow: visible !important; /* al gedaan, top */
}

.gm-style .gm-style-iw-chr{
	display: none !important;
}

.gm-style .gm-style-iw-tc{
	display: none !important;
}

/* Hele wrapper (wit blok) transparant maken */
.gm-style .gm-style-iw {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
	    overflow: visible;
}



.custom-infowindow .close-btn {
    position: absolute;
    top: -4px;
    right: 3px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
	padding: 2px !important
}


/* Container binnenin stylen */
.custom-infowindow {
    background: #666DF2; /* jouw groene tint */
    color: #fff;
    padding: 24px 16px 12px 16px;
    border-radius: 0px;
    max-width: 280px;
	min-width: 120px;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.custom-infowindow::after {
    content: "";
    position: absolute;
    bottom: -10px; /* blijft onder de wrapper */
    left: 30px; 
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666DF2; /* kleur van je infowindow */
    z-index: 1;
	transform: translate(-50%, -1px);
    left: 50%;
}
