@layer components {
  /* ——— Rollups ———
     The subjects of a rolled-up line of the trail (events/_rollup): the five
     to-dos behind "Nina added 5 to-dos to Launch checklist".

     Shipped with no rule at all first, on the argument that the reset already
     strips the marker and .event already sets the voice. The shot said
     otherwise: flush left and underlined, the subjects read as three more
     lines of the trail rather than as the subjects of the one above, and the
     day looked like it held twice as much as it did. Two facts fix it —
     they are indented, and they are quiet.

     Underline off is rows.css's rule, not an exception to it: the 1px
     underline belongs to links inside running text, and a list of titles is
     not running text. It comes back on hover, drawn in rows.css with the other
     titles that are links. */
  .rollup__subjects {
    padding-inline-start: var(--inline-space-double);

    a {
      color: var(--color-ink-subtle);
      text-decoration: none;
    }
  }
}
