/* Resource editorial labels are text, not chips. */
.eyebrow {
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

/* Article breadcrumbs provide quiet orientation above the editorial label. */
.article-header .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px !important;
  color: var(--muted) !important;
  font-family: inherit;
  font-size: clamp(.875rem, 1.8vw, .94rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.article-header .breadcrumb a {
  color: var(--plum) !important;
  font-weight: 600 !important;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.article-header .breadcrumb a:hover,
.article-header .breadcrumb a:focus-visible {
  color: var(--plum-2) !important;
  text-decoration-color: currentColor;
}

.article-header .breadcrumb a:focus-visible {
  outline: 2px solid var(--plum) !important;
  outline-offset: 3px;
}

.breadcrumb-separator {
  color: var(--muted) !important;
  font-size: 1.1em;
  font-weight: 400;
  opacity: .7;
}

.breadcrumb-current {
  color: var(--muted) !important;
}
