.file-list > div:first-child {
  margin-top: .65rem;
  font-weight: 700;
}

.selected-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .45rem;
  padding: .55rem .7rem;
  border: 1px solid #d7dde6;
  border-radius: .55rem;
  background: #fff;
}

.selected-file span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.selected-file-remove {
  flex: 0 0 auto;
  border: 0;
  border-bottom: 2px solid #b42318;
  background: transparent;
  color: #b42318;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
