/* ------------------------------------------------------------------
   "Works With Your Existing ALM Stack" — tile links

   The tiles (Jira Cloud, Jira Data Centre, Azure DevOps, Microsoft TFS)
   are anchors, so they pick up the theme's link colours on hover/visit/
   focus. These rules hold them black in every state.

   Every selector is qualified with a.ai-strip-content, a class used only
   by this section, so nothing else on any page is affected. Note this
   deliberately does not touch `outline` — the browser's default focus
   ring is left intact for keyboard users.
   ------------------------------------------------------------------ */

a.ai-strip-content,
a.ai-strip-content:link,
a.ai-strip-content:visited,
a.ai-strip-content:hover,
a.ai-strip-content:focus,
a.ai-strip-content:focus-visible,
a.ai-strip-content:active {
  color: #000;
  text-decoration: none;
}

/* the icon inherits the same colour, in case it is ever a currentColor SVG */
a.ai-strip-content:hover > span,
a.ai-strip-content:focus > span,
a.ai-strip-content:active > span {
  color: #000;
}
