.cait-lang-switcher--flags {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 4px;
	background: rgba(3, 71, 50, .08);
	border-radius: 999px;
}

.cait-lang-switcher--flags .cait-lang-switcher__item {
	margin: 0;
	padding: 0;
}

.cait-flag-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-decoration: none;
	line-height: 1;
	opacity: .68;
	filter: grayscale(35%);
	transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease, filter .12s ease;
}

.cait-flag-btn:hover,
.cait-flag-btn:focus-visible {
	opacity: 1;
	filter: none;
	transform: translateY(-1px);
	outline: none;
}

.cait-flag-btn__img {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(3, 71, 50, .12);
}

.cait-flag-btn__text {
	font-size: 11px;
	font-weight: 700;
	color: #034732;
}

.cait-lang-switcher__item--active .cait-flag-btn {
	opacity: 1;
	filter: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #034732;
}

.cait-lang-switcher--floating {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
}
