.image-map-wrapper {
	position: relative;
	margin: 20px 0;
}
.image-map-figure {
	position: relative;
	display: inline-block;
	margin: 0;
}
.image-map-img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	display: block;
}
.image-map-img:hover {
	filter: brightness(1.05);
}
map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
map area {
	z-index: 100;
}
.map-tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 10px;
	border-radius: 6px;
	font-size: 14px;
	z-index: 1000;
	display: none;
	white-space: nowrap;
	pointer-events: none;
}
.map-overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	pointer-events: none; /* Kliknięcia przechodzą do <area> */
	z-index: 10;
}

.image-map-img {
	position: relative;
	z-index: 1;
}

.image-map-figure {
	position: relative;
	display: inline-block;
}

.map-tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	z-index: 1000;
	display: none;
	white-space: nowrap;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	pointer-events: none;
	transition: all 0.2s;
}

.image-map-img:hover {
	transition: all 0.3s ease;
}

.map-overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
}

.image-map-img {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.map-tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.95);
	color: #fff;
	padding: 12px 16px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	z-index: 1000;
	display: none;
	white-space: nowrap;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
