/* v275: visual-only feedback for shared clip engagement controls. */
.clip-viewer-like-chip.is-emy-like-jumping .clip-viewer-like-icon {
  transform-origin: 50% 85% !important;
  animation: emyClipLikeBagJumpV275 .62s cubic-bezier(.22,.8,.3,1) both !important;
  will-change: transform;
}

.clip-viewer-comment-chip [data-clip-action-count][data-raw-count="0"]:empty::before {
  content: "0";
}

.clip-viewer-comment-chip [data-clip-action-count] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 22px !important;
  color: #d85a00 !important;
}

@keyframes emyClipLikeBagJumpV275 {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  24% { transform: translateY(-9px) rotate(-9deg) scale(1.12); }
  48% { transform: translateY(1px) rotate(8deg) scale(.98); }
  72% { transform: translateY(-4px) rotate(-4deg) scale(1.06); }
}
