/* ═══════════════════════════════════════
   WORKBENCH ART & AUDIO SETTINGS — every generator's prompt frames, a
   sub-tab per pack family, and the Sound Library's loudness targets
   (WorkbenchArtSettingsPage.js)
   ═══════════════════════════════════════ */

/* A sub-tab holding text that couldn't save. Its boxes aren't drawn while
   another sub-tab is on show, so the tab itself carries the mark
   (WorkbenchArtSettingsPrompts.js keeps the text until it is drawn again). */
.wb-subtab.marked::after {
  content: "•";
  margin-left: 6px;
  color: var(--amber);
}

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