.subscriptionLink {
  wa-card {
    transition-duration: 250ms;
    transition-property: scale;

    :hover > & {
      scale: 1.01;
    }
  }
}
