.link-with-icon {
  align-items: center;
  display: inline-flex;
  gap: .55em;
}

.arrow-icon {
  flex: 0 0 auto;
  height: 1em;
  transition: transform .2s ease;
  width: 1em;
}

.link-with-icon:hover .arrow-icon {
  transform: translateX(3px);
}
