/* Preview Specific Styles */
#clanto-preview-canvas {
    background: #f0f0f0;
    min-height: 400px;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tesi-cover-preview {
    transition: all 0.3s ease;
}
