/* Override .item a { color: inherit; text-decoration: none } for content links */
.item a.item-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.item a.item-link:hover {
  color: var(--accent-hover);
}
