a.block-post-permalink {
  font-weight: inherit;
}
a.block-post-permalink .arrow-white, a.block-post-permalink figure img {
  transition: transform var(--animation-duration) var(--animation-easing);
  transform: translateX(0px);
}
a.block-post-permalink:hover {
  color: inherit;
}
a.block-post-permalink:hover .arrow-white {
  transform: translateX(10px);
}
a.block-post-permalink:hover figure img {
  transform: scale(var(--animation-scale-factor));
}