.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:20px;
}

.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;
}