@keyframes soft-pulse {
  0% { transform: scale(1.2); }
  50% { transform: scale(1.28); }
  100% { transform: scale(1.2); }
}

/* ME301 social icons */
.uc-pulse-icon .t-sociallinks__item {
  animation: soft-pulse 1.8s infinite ease-in-out;
  will-change: transform;
}
