/* Styly pro Custom Product Customizer */
#cpc-customizer-container {
    margin: 20px auto;
    max-width: 800px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}
.cpc-section {
    margin-bottom: 20px;
}
.cpc-section h3 {
    margin-bottom: 10px;
}
#cpc-editor {
    margin: 20px 0;
}
#cpc-canvas {
    background-color: #f5f5f5;
}
.cpc-controls button {
    margin-right: 5px;
    margin-bottom: 5px;
}
