:where(.thing-timeline-item, .thing-grid-item, .thing-table-row) .thing-title-link:not(.button):hover {
  color: var(--color--link);
  text-decoration: underline;
}

:where(.thing-timeline-item, .thing-grid-item, .thing-table-row, #thing-wrapper) .thing-tags a:hover {
  color: var(--color--link);
}

.thing-actions {
  flex-wrap: wrap;
  border-top: 1px solid var(--color--border-low-contrast);
}
