.uploaded-files {
    border: solid 1px lightgray;
    border-radius: 10px;
    margin-bottom: 10px;
}

.uploaded-files .uploaded-file-name {
    padding: 10px;
}

.download-file-button-container {
    padding: 10px;
}

.download-file-button-container .download-file-button {
    width: 100%;
    background: #f57c85;
    border: none;
    padding: 3px;
    border-radius: 5px;
    color: white;
}
