.upload-preview {
  width: min(620px, 100%);
  margin: 18px auto 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #111d2d;
  text-align: left;
}
.upload-preview[hidden] { display: none; }
.upload-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}
.upload-preview__head span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-preview__head button {
  border: 0;
  background: transparent;
  color: var(--cyan);
  cursor: pointer;
}
#uploadedAudioPlayer {
  display: block;
  width: 100%;
}
.document-summary {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.upload-interpret {
  display: block;
  width: 100%;
  margin: 12px 0 0;
}
@media (max-width: 720px) {
  .upload-preview { margin-top: 10px; }
}
