/**
 * LU Local Hub — neighborhoods map (city template).
 * Enqueued from local-hub-city.php only when the city row has lat/lng.
 */

/* Hide Google's default InfoWindow close-button header. */
#lu-local-hub-map .gm-style-iw-chr { display: none !important; }

/* Reset Google's InfoWindow container padding to let our content
   control its own spacing. */
#lu-local-hub-map .gm-style-iw,
#lu-local-hub-map .gm-style-iw-c { padding: 0 !important; }
#lu-local-hub-map .gm-style-iw-d { overflow: visible !important; padding: 0 !important; }

/* Resize the InfoWindow tail (pointer triangle). */
#lu-local-hub-map .gm-style .gm-style-iw-tc,
#lu-local-hub-map .gm-style .gm-style-iw-tc:after {
	height: 18px;
	width: 20px;
}

/* Our InfoWindow content. */
.lu-hood-iw {
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	white-space: nowrap;
	letter-spacing: 0.01em;
}