.mobile-file-picker {
  display: none;
}

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

.selected-drawing-name {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.selected-drawing-name.selected {
  color: var(--teal);
  font-weight: 700;
}
