/**
 * GTranslate popup switcher bridge.
 *
 * .geeks-gt-boot hides the engine bootstrap (the [gtranslate] widget that loads
 * doGTranslate + the Google combo) off-screen while keeping it in the render
 * tree so the translation engine still initialises.
 *
 * .geeks-lang-active is a minimal current-language hook — style it further on
 * your own switcher elements in Elementor.
 */
.geeks-gt-boot {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.geeks-lang-active {
	font-weight: 600;
}
