.animated-underline{position:relative}.animated-underline:after{background-color:var(--underline-color,inherit);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}.animated-underline:hover:after{transform:scaleX(1);transform-origin:bottom left}
