/**
 * Hide topbar language switcher (Polylang dropdown)
 *
 * Hides the entire topbar__item that contains the language dropdown only.
 * Account dropdown (data-topbar-account) is unchanged.
 * Polylang URLs and translations continue to work; only UI is hidden.
 *
 * @package RinnoTools
 */

.topbar__item:has(.topbar-dropdown:not([data-topbar-account])) {
	display: none !important;
}
