/**
 * PMPro member directory map — compact InfoWindow (matches clean list layout).
 * Plugin sets max-width on #pmpro_pmpromd_infowindow_*; we enforce min-width 300px.
 */

/* Inner PMPro bubble (plugin inline: width:100%; max-width:Npx) */
#pmpromd_map .pmpromd_infowindow,
.pmpromd_map .pmpromd_infowindow {
	min-width: 300px !important;
	box-sizing: border-box;
}

/* Google Maps outer card — only when PMPro marker content is inside (avoid other maps on the site) */
.gm-style .gm-style-iw-c:has(.pmpromd_infowindow) {
	min-width: 300px !important;
	box-sizing: border-box;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	color: #3c4043;
	padding: 4px 2px 6px;
	box-sizing: border-box;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-title {
	margin: 0 0 4px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-title a {
	color: #1a5f9e;
	text-decoration: none;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-title a:hover,
.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-title a:focus {
	text-decoration: underline;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-sub {
	margin: 0 0 6px;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	color: #3c4043;
	line-height: 1.3;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-line {
	margin: 0 0 2px;
	padding: 0;
	font-size: 13px;
	color: #3c4043;
	line-height: 1.35;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-line--gap {
	margin-bottom: 8px;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.35;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-ic {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: #5f6368;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-ic svg {
	display: block;
	width: 18px;
	height: 18px;
	overflow: visible;
	flex-shrink: 0;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row a {
	color: #1a5f9e;
	text-decoration: none;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row a:hover,
.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row a:focus {
	text-decoration: underline;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row--phone a,
.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row--phone {
	color: #3c4043;
}

.pmpromd_infowindow .northland-pmpromd-iw-compact .northland-pmpromd-iw-row--phone a {
	font-variant-numeric: tabular-nums;
}
