/* Agent Orchestrator family-link contract v3. Maintained in Marketing Studio:
   02-produktname/dachmarke-und-produktseiten-header.md. Keep both pilot copies identical. */
a.ao-family-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 6px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--ao-family-text, var(--muted, #59667d));
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
}

a.ao-family-link:hover {
  color: var(--ao-family-focus, var(--accent, #2f6df0));
  background: var(--ao-family-hover, var(--accent-soft, #f0f3fb));
  text-decoration: none;
}

a.ao-family-link:focus-visible {
  outline: 2px solid var(--ao-family-focus, var(--accent, #2f6df0));
  outline-offset: 3px;
}

.ao-family-up {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  a.ao-family-link { min-height: 44px; }
}
