/**
 * Language Switcher Menu — frontend styles.
 *
 * Dropdown behaviour comes from the theme's built-in sub-menu styles.
 */

/* Flag icon next to language code */
.wls-flag {
	vertical-align: middle;
	margin-right: 4px;
	border-radius: 2px;
}

/* Language code label */
.wls-lang-code {
	vertical-align: middle;
}

/* Highlight the current language in the dropdown */
.wls-language-item.wls-current > a {
	font-weight: 700;
	opacity: .65;
	pointer-events: none;
}
