.zgr-location-bar {
	margin: 12px 0 16px;
}

.zgr-location-bar__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: var(--zgr-navy);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1;
	transition: opacity 0.15s;
}

.zgr-location-bar__btn:hover {
	opacity: 0.75;
}

.zgr-location-bar__sep {
	color: #8a9099;
	font-weight: 400;
}

.zgr-location-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: auto;
	padding: 24px 16px;
}

.zgr-location-overlay[hidden] {
	display: none;
}

.zgr-location-overlay__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.zgr-location-overlay__panel {
	position: relative;
	width: 100%;
	max-width: 592px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	margin: auto;
}
