.va-file-upload-single-item {
  width: 100%;
}
.va-file-upload-single-item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.va-file-upload-single-item__name {
  margin-right: 0.25rem;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
.va-file-upload-single-item__button {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}