Inline-flex link with arrow, underlines on hover.
| Class | Purpose |
|---|---|
.back-link | Inline-flex with gap, underline on hover/focus |
<a href="#" class="back-link" style="font-size: var(--font-size-sm); color: var(--color-primary); font-weight: var(--font-weight-medium)">← All posts</a><a href="/blog" class="back-link text-sm font-medium text-primary">
← All posts
</a>