/* ============================================================
   shared.css · the only layout deltas the shared coordination view needs
   beyond the canonical kit in aero.css. The consent-head, poc-row,
   not-shared, two-col, timeline, phase-track, pattern, card, and packet-cta
   classes all live in aero.css and are reused verbatim. This file adds
   nothing structural, only the small spacing the deliverable CTA needs inside
   the next-action card, plus the single-column collapse safety on narrow
   widths. No color overrides (one-accent discipline holds, gold stays
   reserved for the deliverable CTA). No horizontal overflow at 1280 or 375.
   ============================================================ */

/* the shareable-subset card holds body copy then the one gold CTA; give the
   CTA room so the text never crowds the deliverable control */
#ti-page[data-page="shared"] .next-action-card .packet-cta {
  margin-top: 14px;
}

/* the open-item lead and the gate note keep their own panel width, never
   running edge to edge on a wide column */
#ti-page[data-page="shared"] .two-col > div > .muted {
  max-width: 62ch;
}

/* belt-and-braces: every content column in this view can shrink below its
   content box, so a long mono owner-line can never push a horizontal scroll
   at 375px (the kit sets this on .two-col tracks already; this is the guard
   for the nested pattern + poc rows) */
#ti-page[data-page="shared"] .pattern,
#ti-page[data-page="shared"] .poc-row,
#ti-page[data-page="shared"] .tl-item {
  min-width: 0;
}
