/* ═══════════════════════════════════════
   WORKBENCH SOUND SETTINGS — the loudness targets and the generation-prompt
   frames (WorkbenchSoundSettingsPage.js)
   ═══════════════════════════════════════ */

/* The targets are Game Settings' own staged rows (workbench-settings.css);
   only a prompt frame's footer is this page's: Restore default beside what
   the last save said. */
.wbsnd-prompt-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  min-height: 28px;
}
