/* GK public map — layout only, no PII rendered here. */
.gk-map-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem 0 2rem;
}

.gk-stats-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-bottom: 1rem;
	padding: 1rem;
	border-radius: 8px;
	background: #f6f5f2;
}

.gk-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 90px;
}

.gk-stat-value {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
}

.gk-stat-label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.7;
}

.gk-map-layers {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
}

.gk-layer-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
}

.gk-map {
	width: 100%;
	height: 480px;
	border-radius: 8px;
	overflow: hidden;
}

.gk-marker-open {
	stroke: #2b7de9;
	fill: #2b7de9;
	fill-opacity: 0.45;
}

.gk-marker-shipped {
	stroke: #2ea043;
	fill: #2ea043;
	fill-opacity: 0.45;
}
