/* Translate Press — frontend switcher */

.tp-switcher {
	list-style: none;
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.tp-switcher-item a {
	text-decoration: none;
	opacity: 0.8;
}

.tp-switcher-item.is-active a {
	font-weight: 700;
	opacity: 1;
	text-decoration: underline;
}

.tp-switcher-dropdown {
	padding: 4px 8px;
}
