.search-modal-layer.dev-save-layer {
  position: fixed;
  inset: 0;
  z-index: 10040;
  padding: 16px;
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.dev-save-window {
  position: absolute;
  left: 0;
  top: 0;
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.dev-save-window .title-bar {
  cursor: move;
  user-select: none;
}

.dev-save-modal-body {
  padding: 10px 12px 12px;
}

.dev-save-hint {
  margin: 0 0 8px;
  color: #444;
}

.dev-save-checkpoint {
  margin: 0 0 12px;
}

.dev-save-checkpoint-value {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95em;
  word-break: break-all;
}

.dev-save-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dev-save-actions button {
  min-width: 120px;
}

.dev-save-status {
  min-height: 1.2em;
  margin: 10px 0 0;
  color: #800000;
}

body.dev-save-open {
  overflow: hidden;
}
