.jsers-map-pins-wrapper {
	margin: 24px 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.jsers-map-canvas {
	width: 100%;
}

/* InfoWindow */
.jsers-map-infowindow {
	max-width: 240px;
	padding: 4px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.5;
}

.jsers-map-infowindow img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 8px;
}

.jsers-map-infowindow a {
	display: inline-block;
	background: #e74c3c;
	color: #fff !important;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.2s;
}

.jsers-map-infowindow a:hover {
	background: #c0392b;
}
