/**
 * Language switcher - inherits the theme's .list-dropdown styling.
 * Only small tweaks to sit neatly next to the currency switcher.
 */

/* Match the currency switcher's clickable feel (desktop topbar + mobile menu). */
.language.list-dropdown .dropdown ul li a {
	cursor: pointer;
}
