.sme-text-gradient:not(:root) {
	@supports (background-clip: text) {
		background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
	}
}