/* Chinese content review: matching rules on both sides of hero labels. */
.hero-copy .eyebrow::before,
.hero-copy .eyebrow::after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-500);
}
.audience-partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
