.snsp-member-map-block {
	max-width: 1540px;
	margin: 0 auto;
	padding: 16px 0 32px;
}

.snsp-member-map {
	width: 100%;
	height: 720px;
	border: 1px solid #e7d7d9;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(89, 16, 32, 0.08);
	background: #f7f3f1;
}

.snsp-member-map-message {
	margin: 0;
	padding: 24px 28px;
	border: 1px solid #e7d7d9;
	border-radius: 16px;
	background: #fff;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	color: #591020;
}

.snsp-member-map-popup {
	font-family: "Jost", sans-serif;
	color: #1f1f1f;
}

.mapboxgl-popup-content {
	border: 2px solid #a61335;
	border-radius: 16px;
	box-shadow: 0 18px 46px rgba(89, 16, 32, 0.12);
}

.mapboxgl-popup-tip {
	border-top-color: #a61335 !important;
}

.snsp-member-map-popup-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}

.snsp-member-map-popup-avatar-wrap {
	flex: 0 0 96px;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	overflow: hidden;
	background: #f7f3f1;
}

.snsp-member-map-popup-avatar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	object-fit: cover;
	object-position: center;
}

.snsp-member-map-popup-body {
	min-width: 0;
}

.snsp-member-map-popup h3 {
	margin: 0 0 8px;
	font-family: "Libre Bodoni", serif;
	font-size: 1.25rem;
	line-height: 1.1;
	color: #a61335;
}

.snsp-member-map-popup p {
	margin: 0 0 6px;
	font-size: 0.95rem;
	line-height: 1.45;
}

.snsp-member-map-popup a {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	color: #a61335;
	text-decoration: none;
}

.snsp-member-map-marker {
	width: 30px;
	height: 40px;
	border: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='40' viewBox='0 0 30 40'%3E%3Cpath d='M15 0C7.82 0 2 5.82 2 13c0 9.43 11.3 24.48 12.04 25.45a1.2 1.2 0 0 0 1.92 0C16.7 37.48 28 22.43 28 13 28 5.82 22.18 0 15 0Z' fill='%23A61335'/%3E%3Ccircle cx='15' cy='13' r='5.2' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	box-shadow: none;
	outline: none;
}

.snsp-member-map-marker:focus {
	outline: none;
}

@media (max-width: 1024px) {
	.snsp-member-map {
		height: 620px;
	}
}

@media (max-width: 767px) {
	.snsp-member-map-block {
		padding: 8px 0 24px;
	}

	.snsp-member-map {
		height: 520px;
		border-radius: 14px;
	}
}
