.tfs-seo-context-prompt {
  margin: 16px 0 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.55;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: .3em;
}

.tfs-seo-context-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  font-weight: 800;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  text-decoration: none;
}

.tfs-seo-context-link:hover {
  background: linear-gradient(90deg, #00e5cc, #55aaff, #9b59ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00e5cc;
}

.tfs-seo-context-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
