.velalang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-size: inherit;
	line-height: 1.4;
}

.velalang-switcher a {
	text-decoration: none;
}

.velalang-switcher a:hover,
.velalang-switcher a:focus {
	text-decoration: underline;
}

.velalang-switcher-links {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
}

.velalang-switcher-link.is-active {
	font-weight: 600;
}

.velalang-switcher-link {
	display: inline-flex;
	align-items: center;
	gap: 0.28em;
}

.velalang-switcher-flag {
	font-size: 1.05em;
	line-height: 1;
}

.velalang-switcher-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1em;
	height: 1.1em;
	line-height: 0;
}

.velalang-switcher-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.velalang-switcher-style-globe {
	padding: 0.25em 0.55em;
	border: 1px solid currentColor;
	border-radius: 999px;
}

.velalang-switcher-select {
	max-width: 100%;
	padding: 0.25em 0.6em;
	font: inherit;
}

.velalang-menu-switcher {
	display: inline-flex;
	align-items: center;
}

.velalang-floating-switcher {
	position: fixed;
	z-index: 9999;
}

.velalang-floating-bottom_right {
	right: 20px;
	bottom: 20px;
}

.velalang-floating-bottom_left {
	left: 20px;
	bottom: 20px;
}

.velalang-floating-bottom_center {
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.velalang-floating-top_right {
	top: 20px;
	right: 20px;
}

.velalang-floating-top_left {
	top: 20px;
	left: 20px;
}

.velalang-floating-switcher .velalang-switcher {
	padding: 0.55em 0.75em;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #1d2327;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.velalang-floating-switcher .velalang-switcher-select {
	background: #fff;
}

.velalang-floating-theme-dark .velalang-switcher {
	border-color: rgba(255, 255, 255, 0.18);
	background: #1d2327;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.velalang-floating-theme-dark .velalang-switcher-select {
	background: #1d2327;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.28);
}

.velalang-floating-theme-minimal .velalang-switcher {
	padding: 0.25em 0.35em;
	border-color: transparent;
	background: transparent;
	color: inherit;
	box-shadow: none;
}

@media (max-width: 600px) {
	.velalang-floating-switcher {
		right: auto;
		bottom: auto;
	}

	.velalang-floating-bottom_right {
		right: 14px;
		bottom: 14px;
	}

	.velalang-floating-bottom_left {
		left: 14px;
		bottom: 14px;
	}

	.velalang-floating-bottom_center {
		left: 50%;
		bottom: 14px;
		transform: translateX(-50%);
	}

	.velalang-floating-top_right {
		top: 14px;
		right: 14px;
	}

	.velalang-floating-top_left {
		top: 14px;
		left: 14px;
	}
}
