.map-container-cdb6e3b4 {
	width: 100%;
	z-index: 1;
}

.map-wrapper-cdb6e3b4 {
	width: 100%;
}

.popup-content-cdb6e3b4 .popup-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	display: block; /* Ensure margin bottom applies correctly */
}

.popup-content-cdb6e3b4 .popup-desc {
	font-size: 14px;
}

.custom-div-icon-cdb6e3b4 {
	background: transparent;
	border: none;
	width: 0 !important;
	height: 0 !important;
}

.custom-marker-wrapper-cdb6e3b4 {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, calc(-1 * var(--icon-height, 40px)));
	display: flex;
	flex-direction: column;
	align-items: center;
}

.marker-icon-cdb6e3b4 {
	z-index: 2;
	flex-shrink: 0;
}

.static-label-cdb6e3b4 {
	background: white;
	padding: 8px 12px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	text-align: center;
	z-index: 1;
	width: max-content;
}