/* Sassi family - the CSS of inline formatting (shared/format.js). format.js was shared from the start while its bar's
   styles sat in each app's app.css (tasks and links, the same values in two notations) - moved here 2026-09-21 under the
   owner's rule that shared code carries its own CSS. Values are tasks'; nothing moves. */

/* the B / U bar that format.js puts before a textarea[data-format] (and expand.js reuses for its button) */
.fmt-bar{display:flex;gap:4px;margin:0 0 4px}
.fmt-bar button{width:32px;height:28px;padding:0;border:0;border-radius:8px;background:var(--hover);color:var(--dim);font-size:13px;display:inline-flex;align-items:center;justify-content:center}
@media (hover:hover){.fmt-bar button:hover{color:var(--txt)}}
