.footer-credit,
.copyright .footer-credit,
.route-footer .footer-credit {
  color: #e1192d;
  display: inline-block;
  font-family: Inter;
  font-size: 0.6875rem;
  font-weight: 300;
  font-synthesis: none;
  letter-spacing: 0.16em;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(0);
  transition: opacity 400ms ease, letter-spacing 400ms ease, transform 400ms ease;
}

.footer-credit:visited,
.copyright .footer-credit:visited,
.route-footer .footer-credit:visited {
  color: #e1192d;
  text-decoration: none;
}

.footer-credit:hover,
.footer-credit:focus-visible,
.copyright .footer-credit:hover,
.copyright .footer-credit:focus-visible,
.route-footer .footer-credit:hover,
.route-footer .footer-credit:focus-visible {
  color: #e1192d;
  letter-spacing: 0.2em;
  opacity: 0.75;
  text-decoration: none;
  transform: translateY(-0.14em);
}

@media (prefers-reduced-motion: reduce) {
  .footer-credit,
  .copyright .footer-credit,
  .route-footer .footer-credit {
    transition: none;
  }

  .footer-credit:hover,
  .footer-credit:focus-visible,
  .copyright .footer-credit:hover,
  .copyright .footer-credit:focus-visible,
  .route-footer .footer-credit:hover,
  .route-footer .footer-credit:focus-visible {
    transform: none;
  }
}
