body .wpml-language-switcher-block ul.horizontal-list{
	gap: 0 !important;
}
.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item{
	margin-top: 0 !important;
}
@media (min-width: 768px) and (orientation:portrait), (min-width: 992px) and (orientation:landscape){
	body .wpml-language-switcher-block ul.horizontal-list{
		margin-right: var(--wp--custom--sv-spacing) !important;
		justify-content: flex-end;
	}
}
.wpml-language-switcher-block *{
	line-height:0 !important;
}