.custom-product-fields-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.custom-field-wrapper {
    margin-bottom: 15px;
}

.custom-field-wrapper label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-field-wrapper input[type="text"],
.custom-field-wrapper textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-field-wrapper input[type="file"] {
    width: 100%;
    box-sizing: border-box;
}

#image_status {
    margin-top: 5px;
    font-size: 0.9em;
    display: none;
}

#image_preview_container {
    margin-top: 15px;
    text-align: center;
    border: 1px dashed #aaa;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

#custom_image_preview {
    max-width: 100%;
    max-height: 200px;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
