.editor-drop-zone .file-paste-hint,
.merge-empty .file-paste-hint {
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:5px 7px;max-width:100%;margin:8px 0 0;
  color:var(--ui-muted);font-size:12px;line-height:1.6;
}
.editor-drop-zone .file-paste-hint { margin-bottom:12px; }
.file-paste-hint kbd {
  display:inline-block;direction:ltr;unicode-bidi:isolate;white-space:nowrap;
  padding:1px 7px;border:1px solid var(--ui-line);border-radius:5px;
  background:var(--ui-raised);color:var(--ui-text);font:inherit;font-weight:700;
  box-shadow:0 1px 0 var(--ui-line);
}
