.cdepo-fields label{
    display:block;
}
.cdepo-fields .input{
    padding:5px;
    border:1px solid #aaa;
    min-width:300px;
}

.woocommerce .cdepo-fields textarea{
    min-height: 50px;
}

.field-container{
    margin:10px 0;
}

.woocommerce-cart .shop_table .variation dt[class^="variation-Item"]{
    width:100%;
}

.cdepo-repeater-container{
    padding:5px 0;
    margin-bottom:16px;
}

.cdepo-repeater-item {
    transition: opacity 0.3s;
}

.cdepo-repeater-container .cdepo-repeater{
    margin-bottom:10px;
}

.cdepo-repeater-item + .cdepo-repeater-item {
    border-top: 2px dashed #ccc; /* Add a top border for items after the first one */
    padding:10px 0 20px 0;
}

.cdepo-repeater-item:not(:last-child) + .cdepo-repeater-item:last-child{
    border-bottom: 2px dashed #ccc;
    margin-bottom:20px;
}

.cdepo-remove-item-button{
    padding:4px 10px;
    border:0;
    background:#3d3d3d;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
}

#addUploadButton{
    background:green;
    color:#fff;
    padding:10px;
    border-radius:5px;
    border:0;
    cursor:pointer;
}