/* Original PNG bytes stay intact. Only the wrist bleeds beyond the screen edge. */
.hlc-restore.hlc-paw-restore,
.hlc-restore.hlc-paw-restore[data-ofan-attention] {
  width: 88px;
  height: 74px;
  min-width: 88px;
  min-height: 74px;
  left:auto;right:auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
  box-shadow: none;
}
.hlc-paw-restore.is-start {
  justify-content: center;
}
.hlc-approved-paw {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right center;
  transform: translateX(8px);
  image-rendering: pixelated;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.hlc-paw-restore .hlc-approved-paw--idle {
  height: 64px !important;
}
.hlc-paw-restore.is-start .hlc-approved-paw {
  transform: translateX(-8px) scaleX(-1);
}
@media (prefers-reduced-motion: reduce) {
  .hlc-paw-restore { transition: none !important; }
}
