.history-button {
  min-width: 58px;
}

.button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.button:disabled:hover {
  border-color: var(--line-strong);
  background: var(--surface);
}

.filename-field {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.filename-field span {
  color: var(--muted);
  font-size: 10px;
}

.filename-field input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: #0f1216;
  font-size: 11px;
}

.filename-field input[data-auto="true"] {
  color: #aeb7c4;
}

.filename-field small {
  color: var(--subtle);
  font-size: 9px;
  line-height: 1.4;
}

.label-warning {
  color: #e9b45f;
}

.size-16 {
  width: 16px;
  height: 16px;
}

.export-grid .button {
  min-height: 38px;
}

.export-copy {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .history-button {
    display: none;
  }
}