.frgmapfp_tooltip {
	position: fixed !important;
	display: none;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	color: #333;
	transition: opacity 0.2s ease;
	max-width: 300px;
	pointer-events: none;
}
