.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-it.wpml-ls-current-language.wpml-ls-first-item,
.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
	display: flex;
	flex-direction: row;
	position: relative;
}

.wpml-ls-legacy-dropdown-click {
	width: auto;
}
a.wpml-ls-item-toggle {
	color: white !important;
	display: flex;
	flex-direction: row-reverse;
	border: none !important;
	background-color: transparent !important;
	padding: 5px 10px !important;
}

a.wpml-ls-item-toggle:before {
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	border: none !important;
}

@media screen and (max-width: 1024px) {
	.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-it.wpml-ls-current-language.wpml-ls-first-item,
	.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
		flex-direction: row-reverse;
	}
}
