.file-upload__option {
    background-color: #f5e5ee;
    border-radius: 10px;
    padding: 15px;
}

.file-upload__option h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.file-upload__option > h3{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.file-upload__toggle{
    width:32px;
    height:32px;
    background:transparent;
    cursor:pointer;
    line-height:1;
    font-size:16px;
}

.file-upload__option p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

.file-upload__option ul li {
    list-style: disc !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.grafisk-design {
    background-color: #f5e5ee !important;
    padding: 15px !important;
    border-radius: 10px !important;
}

.grafisk-design .pewc-text-swatch ul.pewc-checkbox-group-wrapper li {
    margin: 0.8em 0.3em 0 0 !important;
}

.grafisk-design li.pewc-group-radio .pewc-item-field-wrapper .pewc-checkbox-group-wrapper li label.pewc-radio-form-label {
    background-color: #fff !important;
}

.grafisk-design li.pewc-group-radio .pewc-item-field-wrapper .pewc-checkbox-group-wrapper li label.pewc-radio-form-label.active-swatch {
    background-color: #64254B !important;
}

.grafisk-design li.pewc-group-radio .pewc-item-field-wrapper .pewc-checkbox-group-wrapper li label.pewc-radio-form-label:hover {
    border-color: #64254B !important;
}

/**
 * Toggle the full group
 */
.grafisk-design h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0 !important;
}

.grafisk-design .pewc-item-field-wrapper .pewc-field-label-text {
    font-size: 16px !important;
}

.grafisk-design .gd-toggle{
    cursor:pointer;
    user-select:none;
    font-size: 20px;
}