.accolade-locations-map-wrapper {
	width: 100%;
	position: relative;
}

.accolade-locations-map-container {
	width: 100%;
	min-height: 200px;
	height: 400px; /* Default, can be overridden by Elementor inline styles */
	background-color: #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1; /* Prevent Leaflet from overlapping Elementor menus */
}

/* Premium MapLibre Popup Styling */
.maplibregl-popup {
	z-index: 1000;
	font-family: 'Inter', 'Roboto', sans-serif;
}

.maplibregl-popup-content {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
	padding: 24px 20px 20px 20px;
	min-width: 260px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.maplibregl-popup-tip {
	border-top-color: #ffffff;
}

.maplibregl-popup-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background-color: #f1f5f9;
	border-radius: 50%;
	border: none;
	color: #64748b;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.maplibregl-popup-close-button:hover {
	background-color: #e2e8f0;
	color: #0f172a;
}

/* Internal Content Styling */
.maplibregl-popup-content h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.3;
}

.maplibregl-popup-content div {
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
}
