/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 04:45:16 */
.interactive-map .gm-style-iw {
	border: 3px solid var(--global-palette3);
}
.interactive-map .gm-style .gm-style-iw-tc {
    -webkit-filter: drop-shadow(0 4px 0px rgba(14, 42, 103, ));
    filter: drop-shadow(0 4px 0px rgba(14, 42, 103, 1));
	top: -4px;
}
.interactive-map .getwid-poi-info-window {
	color: var(--global-palette3);
}
.interactive-map .getwid-poi-info-window .map-header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
}
.gm-style-iw-d {
	margin-top: -30px;
}
.interactive-map .getwid-poi-info-window a {
	display: flex;
	font-weight: 600;
	margin-top: 10px;
}
.interactive-map .wp-block-getwid-map__container {
	border: 5px solid #7F64DA;
    border-radius: 15px;
}