.tx--clickable {
  cursor: pointer;
  transition: background-color .16s ease;
}

.tx--clickable:hover { background: #b99a6112; }

.tx--clickable:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .tx--clickable { transition: none; }
}
