.js-saia-native-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
}

.saia-file-input {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid #d7dce1;
  border-radius: 8px;
  background: #fff;
}

.saia-file-input__button {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 0;
  border-inline-end: 1px solid #d7dce1;
  background: #f2f4f7;
  color: #344054;
  font-weight: 600;
}

.saia-file-input__button:hover,
.saia-file-input__button:focus-visible {
  background: #e4e7ec;
}

.saia-file-input__filename {
  min-width: 0;
  padding: 10px 14px;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
}
