/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 03:19:59 */
.scrap-board .scrap-item.scrap-fade-ready {
    position: relative;
    top: 24px;
    opacity: 0;
    transition: opacity 0.6s ease-out, top 0.6s ease-out;
}

.scrap-board .scrap-item.scrap-fade-ready.scrap-visible {
    top: 0;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .scrap-board .scrap-item.scrap-fade-ready {
        opacity: 1;
        top: 0;
        transition: none;
    }
}

