Entry Header — .entry-header
Two-column flex row: primary label on the left, secondary metadata (date, status) on the right. Wraps gracefully on narrow viewports.
Source file: styles/components/layout.css
Use for timeline entries, work history rows, list items with a date, or any scan-first two-column label + meta pattern.
<div class="entry-header">
<strong>Senior Software Engineer</strong>
<span class="entry-date">2021 – Present</span>
</div>
<span class="entry-meta">Acme Corp · Portland, OR</span>