/**
 * Frontend Map Styles
 */

.maplibregl-popup-content {
	padding: 12px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background: #fff;
	border-radius: 4px;
}

.maplibregl-popup-content strong {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

.maplibregl-popup-content p {
	margin: 0;
	font-size: 13px;
	color: #666;
}

.maplibregl-popup-content a {
	color: #0073aa;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}

.maplibregl-popup-content a:hover {
	color: #005a87;
	text-decoration: underline;
}

.maplibregl-popup {
	max-width: 250px;
}

.maplibregl-popup-anchor-top > .maplibregl-popup-content {
	border-radius: 4px;
}

/* Navigation control styling */
.maplibregl-ctrl {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	background: #fff;
}

.maplibregl-ctrl-group > button:first-child {
	border-radius: 4px 4px 0 0;
}

.maplibregl-ctrl-group > button:last-child {
	border-radius: 0 0 4px 4px;
}

.maplibregl-ctrl button {
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: background 0.2s;
}

.maplibregl-ctrl button:hover {
	background: #f5f5f5;
}
