.lazy-load-skeleton {
    margin-right: 0.1rem;
    animation: pulse 2s infinite ease-in-out;
    background: rgba(165, 165, 165, 0.2);
    border-radius: 0.25rem;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    user-select: none;
}
