/* Africa Map – container and hub overlay */

.africa-map-container {
	position: relative;
	width: 100%;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 400 / 450;
}

.africa-map-svg {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0 0 30px rgba(129, 88, 221, 0.5));
}

/* Prevent any hover movement: override theme/Elementor transforms */
.africa-map-container .africa-map-hub,
.africa-map-container .africa-map-hub:hover,
.africa-map-container .africa-map-hub.is-hovered,
.africa-map-container .africa-map-hub * {
	transform: none !important;
	transition: none !important;
}

.africa-map-container .africa-map-hub {
	cursor: pointer;
}

.africa-map-container .africa-map-hub:hover,
.africa-map-container .africa-map-hub.is-hovered {
	outline: none;
}

/* Only animate fill/stroke/opacity; no transform/position change */
.africa-map-container .africa-map-hub-node {
	transition: fill 0.15s ease, stroke 0.15s ease !important;
}

.africa-map-container .africa-map-hub-label {
	pointer-events: none;
	user-select: none;
	transition: opacity 0.15s ease !important;
}

/* Hub info overlay */
.africa-map-hub-overlay {
	display: none;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	padding: 1rem;
	background: rgba(20, 25, 45, 0.9);
	border: 1px solid rgba(129, 88, 221, 0.3);
	backdrop-filter: blur(8px);
	border-radius: 0.75rem;
	z-index: 20;
	pointer-events: none;
	color: #fff;
}

.africa-map-overlay-title {
	display: block;
	color: #8158dd;
	font-weight: 800;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.25rem;
}

.africa-map-hub-overlay strong {
	font-weight: 700;
}
