footer .auroinfo-credit {
  color: rgba(197, 211, 230, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.45);
  transition: color 180ms ease, border-color 180ms ease;
}

footer .auroinfo-credit:hover,
footer .auroinfo-credit:focus-visible {
  color: #e8c766;
  border-color: #e8c766;
}

[data-contact-disabled-note] {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  color: #475569;
  background: #f2f6fa;
  border: 1px solid rgba(21, 101, 192, 0.15);
  border-radius: 0.25rem;
  font: 500 0.75rem/1.5 Inter, system-ui, sans-serif;
}
