.inputs {
    display: flex;
    justify-content: space-between;
}

.input-files {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#file {
    display: none;
}

.upload-button {
    gap: 0.5rem;
    padding: 0.5rem;

    line-height: 1.5rem;
    border-radius: 0.5rem;

    height: 1.5rem;
    width: initial;
}