.animated-link{display:flex;align-items:center;justify-content:space-between;width:fit-content;font-size:12px;transition:all .2s ease-in-out}.animated-link svg{transform:rotate(180deg);width:22px;height:22px;margin-right:7px;transition:all .2s ease-in-out}.animated-link:hover{font-weight:900}.animated-link:hover svg{animation:linkToViewArrow .9s ease-in-out forwards}@keyframes linkToViewArrow{0%{transform:rotate(180deg) translateX(0)}50%{transform:rotate(180deg) translateX(10px)}to{transform:rotate(180deg) translateX(0)}}html[dir^=ltr] .animated-link svg{transform:rotate(0deg)!important;margin-right:0;margin-left:7px}html[dir^=ltr] .animated-link:hover svg{animation:ltr-linkToViewArrow 1s ease-in-out forwards!important}@keyframes ltr-linkToViewArrow{50%{margin-right:-5px;margin-left:10px}}