Add a looping keyframe animation to the badge element.
@keyframes pulse
animation: pulse 1.5s infinite;
.badge
Use @keyframes to define animation steps.