/* Paint the image's own box: its size, radius, transforms, masks and parent
   clipping stay identical. Displace only the replaced image content until
   decode finishes, keeping the skeleton fill visible in that box. The fill is
   the sitewide static --skeleton-color. */
img[data-image-pending] {
  object-position: -100000px -100000px !important;
  color: transparent;
  background-color: var(--skeleton-color, #F3F4F6);
}
