.shd-member-map {
	width: 100%;
	height: var(--shd-member-map-height, 600px);
	border-radius: 16px;
	overflow: hidden;
}

.shd-member-map .member-popup h3 {
	margin: 0 0 6px;
	color: #2d2791;
}

.shd-member-map .member-popup p {
	margin: 4px 0;
}

.shd-member-map .member-popup a {
	display: inline-block;
	margin-top: 8px;
	color: #2d2791;
	font-weight: 700;
}

.member-shield-marker,
.lake-marker {
	background: transparent;
	border: 0;
}

.member-shield-marker__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--member-tier-color);
	background: #ffffff;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(17, 14, 13, 0.22);
}

.member-shield-marker__icon::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 13px;
	height: 13px;
	background: #ffffff;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: 4px 4px 10px rgba(17, 14, 13, 0.14);
}

.member-shield-marker__icon i {
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
}

.lake-marker__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #2d2791;
	background: #ffffff;
	border: 3px solid #d7a42f;
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(17, 14, 13, 0.26);
}

.lake-marker__icon::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-right: 3px solid #d7a42f;
	border-bottom: 3px solid #d7a42f;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: 4px 4px 10px rgba(17, 14, 13, 0.16);
}

.lake-marker__icon i {
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
}

.member-map-key {
	padding: 12px 14px;
	color: #211f1f;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-shadow: 0 3px 14px rgba(17, 14, 13, 0.18);
	font: 14px/1.35 Arial, sans-serif;
}

.member-map-key h4 {
	margin: 0 0 8px;
	color: #2d2791;
	font-size: 15px;
	line-height: 1.2;
}

.member-map-key__item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	white-space: nowrap;
}

.member-map-key__icon {
	display: grid;
	flex: 0 0 24px;
	place-items: center;
	width: 24px;
	height: 24px;
	color: var(--member-tier-color, #2d2791);
	background: #ffffff;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.member-map-key__icon--lake {
	color: #2d2791;
	border-color: #d7a42f;
}

.member-map-key__icon i {
	font-size: 14px;
	line-height: 1;
}
