.content-card__action:hover .btn-arrow__shaft {
  transform: scaleX(var(--content-card__action-arrow-scale));
}

.content-card__action:hover .btn-arrow__head {
  transform: translateX(var(--content-card__action-arrow-shift));
}

.content-card__action:hover .btn-title {
  transform: unset;
}
