.wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-item-toggle .wpml-ls-native,
.wpml-ls-slot-2.wpml-ls-current-language .dropdown-link .wpml-ls-native {
font-size: 0;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-item-toggle .wpml-ls-native::before,
.wpml-ls-slot-2.wpml-ls-current-language .dropdown-link .wpml-ls-native::before {
content: "🌐 Language";
font-size: 14px;
} @media (max-width: 991px) {
.wpml-ls-menu-item {
display: list-item !important;
}
.wpml-ls-slot-2.wpml-ls-current-language .dropdown-link .wpml-ls-native::before {
color: #77684c;
}
}  .lang-selector.hidden-xs.hidden-sm {
-webkit-appearance: none;
appearance: none;
color: transparent !important;
background: #fff;
border: 1px solid #ccc;
padding: 4px 20px 4px 6px;
cursor: pointer;
min-width: 110px;
} .ffb-template-end-of-header-header-template-item {
position: relative !important;
display: inline-block;
}
.ffb-template-end-of-header-header-template-item::before {
content: "🌐 Language \25BE";
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-50%);
pointer-events: none;
font-size: 13px;
color: #333;
white-space: nowrap;
z-index: 1;
}