.bst-language-switcher {
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	width: 100%;
	padding: 8px 16px;
	font-size: 13px;
	line-height: 1.4;
	text-align: right;
}

.bst-language-switcher__list {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bst-language-switcher__item {
	margin: 0;
	padding: 0;
}

.bst-language-switcher__link {
	display: inline-block;
	color: inherit;
	font-weight: 500;
	text-decoration: none;
	opacity: 0.7;
}

.bst-language-switcher__link:hover,
.bst-language-switcher__link:focus,
.bst-language-switcher__link.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}
