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