/**
 * SLN Core Features
 * Organization Map
 */

.sln-organization-map {
	width: 100%;
}

.sln-organization-map__canvas {
	width: 100%;
	height: clamp(360px, 62vw, 600px);
	min-height: 360px;
}

@media (max-width: 767px) {
	.sln-organization-map__canvas {
		height: 70vh;
		min-height: 420px;
	}
}

/* Google InfoWindow shell */
.gm-style .gm-style-iw-c {
	padding: 16px !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-ui-hover-effect {
	top: 4px !important;
	right: 4px !important;
}

/* Marker popup content */
.sln-map-marker {
	width: 260px;
	max-width: 260px;
	padding: 4px 2px 2px;
	font-family: inherit;
	line-height: 1.4;
	color: #222;
}

.sln-map-marker h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #111;
}

.sln-map-marker p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #444;
}

.sln-map-marker a {
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.35;
	color: #2841f8;
	text-decoration: none;
	word-break: break-word;
}

.sln-map-marker a:hover {
	color: #000;
	text-decoration: underline;
}