/* High-contrast evidence links for the dark briefing reader. */
#briefing-content a {
  color: #f7c948;
  font-weight: 650;
  text-decoration-color: #f7c948;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

#briefing-content a:hover {
  color: #fff3bd;
  text-decoration-color: #fff3bd;
}

#briefing-content a:focus-visible {
  outline: 2px solid #f7c948;
  outline-offset: 3px;
  border-radius: 2px;
}
