.bp-design-fields {
    margin-top: 10px;
}
.bp-custom-design-upload {
    margin-top: 10px;
}
/* Container styling for design fields */
.bp-design-fields {
    margin-top: 10px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

.bp-design-fields label {
    display: block;
    margin-bottom: 5px;
}

.bp-design-fields input[type="radio"] {
    margin-right: 5px;
}

/* File upload container */
.bp-custom-design-upload {
    margin-top: 10px;
    display: none;
}

/* For modal white text override (optional for modal use only) */
#variationModal .bp-design-fields,
#variationModal .bp-design-fields label {
    color: #fff;
}
