.clpo-wrapper {
    margin-bottom: 20px;
    max-width: 100%;
}

.clpo-product-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.clpo-product-container img.clpo-product-image {
    width: 100%;
    display: block;
}

.clpo-product-container img.clpo-logo-image {
    cursor: move;
}

.clpo-controls {
    margin-top: 12px;
    font-size: 14px;
}

.clpo-upload-label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
}

.clpo-upload input[type="file"] {
    display: block;
    margin-top: 4px;
}

.clpo-sliders {
    margin: 10px 0;
}

.clpo-slider-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.clpo-slider-group span {
    font-weight: 600;
    min-width: 16px;
}

.clpo-slider-group input[type="range"] {
    width: 180px;
}

.clpo-zoom-controls {
    margin: 8px 0;
}

.clpo-zoom-button {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    margin-right: 5px;
    font-size: 13px;
}

.clpo-zoom-button:hover {
    background: #e0e0e0;
}

.clpo-download-control {
    margin-top: 8px;
}

.clpo-download-btn {
    padding: 8px 14px;
    border: none;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.clpo-download-btn:hover {
    background: #005f87;
}
