/* #region		LOCALIZATION TOGGLER */

/*	A <button> inherits neither color nor font — the UA hands it `buttontext` and
	its own 13px Arial, so without this it reads nothing like the text beside it.
	Config still wins: it lands on the element, inheritance never does */
.localization-toggler--dropdown-toggle {
	color	: inherit;
	font	: inherit;
}

/*	The flag is the whole visual, and a flag is much smaller than a finger. The
	link keeps the flag centred inside whatever padding the config gives it */
.localization-toggler--link,
.localization-toggler--disabled {
	align-items		: center;
	display			: flex;
	justify-content	: center;
}

/* #endregion	LOCALIZATION TOGGLER */
