/* PlanFlow Internal — CORE module styles (module-owned, Rule 15).
   Only what Core uses that the shared foundation doesn't already provide:
   the alert feed and the not-in-stack line. Locked from the prototype. */

.notstack{margin-top:10px;font-size:12px;font-weight:600;}
.notstack b{color:var(--ink);}

.feed{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;}
.alert{display:grid;grid-template-columns:14px 96px 110px 1fr 64px;gap:12px;align-items:center;
  padding:11px 14px;border-bottom:1px solid var(--line);}
.alert:last-child{border-bottom:0;}
.alert .mod{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--teal);}
.alert .prod{font-size:12px;font-weight:700;}
.alert .msg{font-weight:600;}
.alert .time{font-size:12px;font-weight:600;text-align:right;}
