.localemesh-language-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.localemesh-language-switcher-placement,
.localemesh-language-switcher-block {
	margin: 1rem 0;
}

.localemesh-language-switcher a {
	display: inline-flex;
	gap: .35rem;
	align-items: center;
	min-height: 2rem;
	padding: .25rem .55rem;
	border: 1px solid currentColor;
	border-radius: .25rem;
	text-decoration: none;
	line-height: 1.2;
}

.localemesh-language-switcher .is-current a,
.localemesh-language-switcher a[aria-current="true"] {
	font-weight: 600;
}

.localemesh-flag {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1rem;
	line-height: 1;
	overflow: hidden;
}

.localemesh-flag svg {
	display: block;
	width: 100%;
	height: 100%;
}

.localemesh-language-label {
	white-space: nowrap;
}
