/* Inline format class applied to selected text */
.egt-gradient-text {
	background: linear-gradient(270deg, #98e73e 0%, #08c9ff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; /* fallback to ensure the fill is transparent */
}

/* Ensure it behaves like normal text flow */
.egt-gradient-text {
	display: inline; /* explicit for safety */
}

.egt-gradient-text strong {
	font-weight: 600 !important;
}
