.comments {
  color: inherit;
  text-decoration: none;
}

a.comments:hover,
a.comments:focus-visible {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.opinion-clickable { cursor: pointer; }
.opinion-clickable:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.opinion-source { font-size: .78em; font-weight: 500; white-space: nowrap; }
