.translateease-switcher {
	--translateease-switcher-color: #111;
	--translateease-switcher-bg: #fff;
	position: fixed;
	z-index: 9999;
	display: inline-flex;
	gap: 2px;
	align-items: center;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 999px;
	background: var(--translateease-switcher-bg);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	font-size: 13px;
	line-height: 1;
}

.translateease-switcher--top-right {
	top: 16px;
	right: 16px;
}

.translateease-switcher--top-left {
	top: 16px;
	left: 16px;
}

.translateease-switcher--bottom-right {
	right: 16px;
	bottom: 16px;
}

.translateease-switcher--bottom-left {
	bottom: 16px;
	left: 16px;
}

.translateease-switcher--shortcode {
	position: static;
}

.translateease-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	padding: 8px 10px;
	border-radius: 999px;
	color: var(--translateease-switcher-color);
	text-decoration: none;
}

.translateease-switcher a.is-active {
	background: var(--translateease-switcher-color);
	color: var(--translateease-switcher-bg);
}

.translateease-switcher--color-black {
	--translateease-switcher-color: #111;
	--translateease-switcher-bg: #fff;
}

.translateease-switcher--color-white {
	--translateease-switcher-color: #fff;
	--translateease-switcher-bg: #111;
}

.translateease-switcher--minimal {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.translateease-switcher--floating {
	padding: 6px;
}
