.fixklar-location-choice {
	margin: .25rem .25rem .25rem 0;
	padding: .2rem .55rem;
	border: 1px solid currentColor;
	border-radius: .35rem;
	background: #fff;
	color: #0b3158;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.fixklar-location-choice:hover,
.fixklar-location-choice:focus-visible {
	background: #e9f8fb;
	outline: 2px solid #fff;
	outline-offset: 1px;
}
