#wtd_mapDetails {
	min-width:680px;
	margin-left:auto;
	margin-right:auto;
	position-relative;
	padding: 2px 10px 2px 2px;
}

.gmap3{
	margin: 20px auto;
	border: 1px dashed #C0C0C0;
}
.labels {
	color: red;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	border: 2px solid black;

}

/* ---- Map marker hover tooltip ---- */
.gmap3-tooltip {
	color: #000000;
	border: 1px solid #555555;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
	min-width: 220px;
	max-width: 380px;
	line-height: 1.5;
	padding: 6px 10px 6px 8px;
	font-size: 13px;

	pointer-events: none;
}

/* ---- Google Maps native InfoWindow (cluster click) ---- */
.gm-style-iw {
	overflow-x: hidden !important;
	max-width: 420px !important;
	border-radius: 2px 2px 10px 10px;
}
.gm-style-iw > div {
	overflow-x: hidden !important;
}

/* ---- Cluster bubbles (solid colored circles, no image dependency) ---- */
.cluster {
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0,0,0,0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
/* 1–9 markers: small green */
.cluster-5 {
	background-color: #4caf50;
	width: 42px;
	height: 42px;
	font-size: 13px;
}
/* 10–19 markers: medium yellow-orange */
.cluster-10 {
	background-color: #ff9800;
	width: 48px;
	height: 48px;
}
/* 20–49 markers: medium-large orange-red */
.cluster-20 {
	background-color: #f44336;
	width: 54px;
	height: 54px;
}
/* 50–99 markers: large dark red */
.cluster-50 {
	background-color: #b71c1c;
	width: 62px;
	height: 62px;
	font-size: 15px;
}
/* 100+ markers: extra large deep red */
.cluster-100 {
	background-color: #880e4f;
	width: 72px;
	height: 72px;
	font-size: 16px;
}
