/* The title is the largest and clearest route into every dispatch. */
.tape-info h3 a {
  color: inherit;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.14em;
  transition: color 160ms cubic-bezier(.23, 1, .32, 1), text-decoration-color 160ms cubic-bezier(.23, 1, .32, 1);
}

.tape-info h3 a:hover,
.tape-info h3 a:focus-visible {
  color: #ef6034;
  text-decoration-color: currentColor;
}

.tape-featured .tape-info h3 a:hover,
.tape-featured .tape-info h3 a:focus-visible {
  color: #e8ff1d;
}

.tape-info h3 a:focus-visible {
  outline: 3px solid #e8ff1d;
  outline-offset: 5px;
}
