.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.stack {
  display: grid;
  gap: 12px;
}

.muted {
  color: var(--muted);
}

.nowrap {
  white-space: nowrap;
}

a[data-external-link="true"]::after {
  content: "\00a0↗";
  color: var(--gold-dark);
  font-family: var(--font-ui);
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-decoration-line: none;
  vertical-align: 0.16em;
  opacity: 0.72;
}

a[data-external-link="true"]:hover::after,
a[data-external-link="true"]:focus-visible::after {
  opacity: 1;
}

@media print {
  a[data-external-link="true"]::after {
    content: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
