/* SHARED·THISWEEK (412) — the "This week" highlights box (Full/Deep). (D-608 amended · D-619 1C)
 *
 * EXTRACTED from read.css (.wkr-hl), values verbatim, prefix renamed (wkr-hl→twb). Plain
 * bullets in Full; Deep replaces it with the mini-contents (which stays 502-owned — built
 * from the read's own headings). Heading-led, not eyebrow-led (D-619 1C). Pin·Share (D-608
 * amended: article-scoped box, no Reminder). ⚠️ The live read still renders its own copy
 * until the reviewed migration pass. */
.twb { background: var(--surface-card); border: 1px solid var(--border-hairline); border-radius: var(--radius-card); padding: var(--space-16); margin: var(--space-16) 0 0; } /* token-exception */
.twb .hh { display: flex; align-items: center; font-family: var(--font-display); font-size: var(--text-body); font-weight: var(--weight-600); color: var(--accent); margin-bottom: var(--space-8); }
.twb .hh .act-wrap { margin-left: auto; }
.twb ul { list-style: none; margin: 0; padding: 0; }
.twb li { font-size: var(--size-17); /* token-exception */ /* the locked body size — no --text-* role at 17 */ line-height: var(--leading-150); padding-left: var(--space-20); position: relative; margin-bottom: var(--space-8); }
.twb li:last-child { margin-bottom: 0; }
.twb li::before { content: ""; position: absolute; left: 2px; top: 8px; width: var(--dim-6); height: var(--dim-6); border-radius: var(--radius-round); background: var(--accent); } /* token-exception */ /* bullet dot */
