/*****************************************/
/* XIAHDEH - TRANSLATEPRESS MULTILINGUAL */
/*****************************************/

/* GLOBAL */
.trp-language-switcher-container {
	width: auto;
	height: auto;
	margin: 0;
	z-index: 2;
}
.trp-language-switcher .trp-ls-shortcode-current-language,
.trp-language-switcher .trp-ls-shortcode-language {
	width: auto !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
}
.trp-language-switcher .trp-ls-shortcode-language {
	display: none;
}
.trp-language-switcher img {
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
    max-width: 100%;
    height: auto !important;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
	transform: scale(1.25);
}
.trp-language-switcher > div > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .25em;
	padding: .25em !important;
	color: var(--black-color, black);
	background-color: var(--white-color, white);
	border-radius: 0;
	text-decoration: none;
}
.trp-language-switcher > div > a:hover {
	color: var(--white-color, white);
	background-color: var(--primary-color, black);
}
.trp-language-switcher .trp-ls-shortcode-current-language > a {
	color: var(--white-color, white);
	background-color: transparent;
}