@keyframes skelShimmerMove {
    0% { background-position: 200% 0, center center; }
    100% { background-position: -200% 0, center center; }
}

img.skel-broken {
    background-color: #1f2937;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 50%, rgba(255,255,255,0) 100%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2' ry='2'/><circle cx='8.5' cy='8.5' r='1.5'/><polyline points='21 15 16 10 5 21'/></svg>");
    background-repeat: no-repeat, no-repeat;
    background-position: 200% 0, center center;
    background-size: 200% 100%, 44px 44px;
    animation: skelShimmerMove 1.6s ease-in-out infinite;
    color: transparent;
    font-size: 0;
    min-width: 24px;
    min-height: 24px;
    border-color: transparent;
    border-radius: inherit;
}

img.skel-broken[width],
img.skel-broken[height] {
    min-width: 0;
    min-height: 0;
}

.skel-broken-inline {
    background-size: 200% 100%, 60% 60% !important;
}
