/* Print overrides: render links as plain text without appended URLs. */
a[href]::after {
  content: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}
