.ptx-lang-switcher ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ptx-lang-switcher li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	color: inherit;
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ptx-lang-switcher li a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.ptx-lang-switcher li.is-current a {
	background-color: rgba(37, 99, 235, 0.1);
	border-color: rgba(37, 99, 235, 0.4);
	font-weight: 600;
}

.ptx-lang-switcher .ptx-flag {
	font-size: 15px;
}
