.alumni-graduate-map {
	--alumni-map-pin-color: #8b3a3a;
	--alumni-map-label-color: #333;
	--alumni-map-text-color: #555;
	--alumni-map-land-color: #e8f0f8;
	--alumni-map-max-width: 100%;
	width: 100%;
	max-width: var(--alumni-map-max-width);
	margin: 0 auto;
	text-align: center;
}

.alumni-graduate-map__header {
	margin-bottom: 18px;
}

.alumni-graduate-map__title {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--alumni-map-label-color);
}

.alumni-graduate-map__subtitle {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--alumni-map-text-color);
	opacity: 0.85;
}

.alumni-graduate-map__divider {
	width: 54px;
	height: 2px;
	margin: 10px auto 0;
	background: var(--alumni-map-label-color);
	opacity: 0.9;
}

.alumni-graduate-map__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	min-height: 360px;
}

.alumni-graduate-map__leaflet.leaflet-container {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #ffffff;
}

.alumni-graduate-map__leaflet.leaflet-container .leaflet-control-attribution {
	display: none;
}

.alumni-graduate-map__leaflet.leaflet-container .leaflet-control-zoom {
	display: block;
	border: 0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

.alumni-graduate-map__leaflet.leaflet-container .leaflet-control-zoom a {
	background: rgba(255, 255, 255, 0.98);
	color: #333;
	border: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	font-weight: 700;
	box-shadow: none;
}

.alumni-graduate-map__leaflet.leaflet-container .leaflet-control-zoom a:hover {
	background: #f5f7fb;
}

.alumni-graduate-map__divicon {
	background: transparent;
	border: 0;
}

.alumni-graduate-map__pin {
	display: block;
	width: 18px;
	height: 18px;
	background: var(--alumni-map-pin-color);
	border-radius: 999px 999px 999px 0;
	transform: rotate(-45deg);
	box-shadow: 0 3px 12px rgba(139, 58, 58, 0.35);
	position: relative;
}

.alumni-graduate-map__pin-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%) rotate(45deg);
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
}

.leaflet-tooltip.alumni-graduate-map__tooltip {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--alumni-map-label-color);
	text-shadow: 0 1px 6px rgba(255, 255, 255, 0.98);
	letter-spacing: 0.3px;
}

.leaflet-popup.alumni-graduate-map__popup .leaflet-popup-content-wrapper {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 4px 16px rgba(139, 58, 58, 0.15);
	border: 1px solid rgba(139, 58, 58, 0.08);
}

.leaflet-popup.alumni-graduate-map__popup .leaflet-popup-tip {
	background: rgba(255, 255, 255, 0.98);
}

.alumni-graduate-map__popup-content {
	margin: 0;
	padding: 6px 0;
}

.alumni-graduate-map__popup-title {
	margin: 0 0 4px;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--alumni-map-pin-color);
	letter-spacing: 0.2px;
}

.alumni-graduate-map__popup-count {
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--alumni-map-text-color);
}

@media (max-width: 767px) {
	.alumni-graduate-map__title {
		font-size: 18px;
	}

	.leaflet-tooltip.alumni-graduate-map__tooltip {
		display: none;
	}
}

.alumni-toggle-graduate-map {
	display: inline-block;
	margin-left: 12px;
	padding: 6px 14px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	color: #333;
	text-align: center;
}

.alumni-toggle-graduate-map:hover {
	background-color: #e0e0e0;
	border-color: #999;
}

.alumni-graduate-map__stage.is-hidden {
	display: none;
}
