.custom-gradient-link{--underline-width:0%;border-bottom:1.5px dotted #fff;transition:border-bottom-color .5s;position:relative}.custom-gradient-link:after{content:"";height:2px;width:var(--underline-width);pointer-events:none;background:linear-gradient(90deg,#00e699,#00e2d8);border-radius:9999px;transition:width .3s;position:absolute;bottom:0;left:0}.custom-gradient-link:hover{border-bottom-color:#0000}.custom-gradient-link:hover:after{--underline-width:100%}
