.icon-preview-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    .preview-backdrop {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: transparent;
        box-shadow: none;
        max-width: 100%;

        #iconCanvas {
            max-width: 100%;
            max-height: 80vh;
            height: auto;
            display: block;
            filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.35));
            transition: transform 0.2s ease;
        }
    }
}
