.creator-preview-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    max-height: 72vh;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: repeating-conic-gradient(rgba(255, 255, 255, 0.06) 0% 25%, transparent 0% 50%) 50% / 16px 16px;
}

.creator-preview-wrap canvas {
    max-width: 100%;
    height: auto;
    border-radius: 0.35rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

#custom-dims.is-hidden {
    display: none;
}
