.fxe-tge {
	--fxe-tge-color-start : #FEAC5E;
	--fxe-tge-color-middle : #C779D0;
	--fxe-tge-color-end : #4BC0C8;
	--fxe-tge-angle : 135deg;
	--fxe-tge-duration : 3s;
	background: linear-gradient(var(--fxe-tge-angle), var(--fxe-tge-color-start) , var(--fxe-tge-color-middle) ,var(--fxe-tge-color-end));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.fxe-tge.fxe-tge-animated {
	background-size: 200% 200%;
	animation: fxe-tge-ShiftAnimation var(--fxe-tge-duration) ease-in-out infinite;
}

@keyframes fxe-tge-ShiftAnimation {
	0%   { background-position:   0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position:   0% 50%; }
}

.fxe-tge.fxe-tge-outline * {
	-webkit-text-stroke-width: 3px;
	text-stroke-width: 3px;
	-webkit-text-stroke-color: transparent !important;
	text-stroke-color: transparent !important;
	-webkit-text-fill-color: initial;
	text-fill-color: initial;
	color: #fff;
}

/* Elementor Inline Edit Mode Fix */
.fxe-tge *.elementor-inline-editing.pen {
	-webkit-text-fill-color: initial;
	color: #000 !important;
}

