.furryhare-language-switcher {
	position: fixed;
	right: 0;
	bottom: var( --furryhare-lang-switcher-bottom, 50% );
	z-index: 999999999;
	display: flex;
	flex-direction: column;
	gap: 4px;
	/*transition: bottom 0.25s ease;*/
}

.furryhare-language-switcher.furryhare-lang-switcher-centered {
	bottom: auto;
	top: 50%;
	transform: translateY( -50% );
}

.furryhare-language-switcher-hidden-widget {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
}

.furryhare-lang-flag {
	display: flex;
	width: 48px;
	aspect-ratio: 640 / 480;
	opacity: 0.4;
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.furryhare-lang-flag img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.furryhare-lang-flag:hover,
.furryhare-lang-flag:focus-visible {
	opacity: 1;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.45 );
}

.furryhare-lang-flag.furryhare-lang-active {
	opacity: 1;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.45 );
}
