/**
 * Language switcher styles — Simplified / Traditional Chinese toggle.
 * Generated from plotio-language-seo.php
 */
.plotio-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
}

.plotio-language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 3px;
	color: #2e5d59;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	background: #ffffff;
	transition: color .16s ease, background-color .16s ease;
}

.plotio-language-switcher a:hover,
.plotio-language-switcher a:focus-visible {
	color: #fff;
	background: #2e4945;
}

.plotio-language-switcher a.is-active {
	color: #fff;
	background: #2e5d59;
}
