.animated-gradient-text{position:relative;display:inline-block}.text-content{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:inherit;font-size:inherit;line-height:inherit}.gradient-overlay,.text-content{background-size:200% 200%;animation:gradient-shift linear infinite}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;z-index:-1}@keyframes gradient-shift{0%{background-position:0 100%}to{background-position:200% 0}}