:root {
  --fox-orange: #d63a14;
}

.nav__cta-wrap .cta-sub {
  min-height: 24px;
  padding-block: .2rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem;
  padding-top: 1.1rem;
  font-size: .9rem;
  line-height: 1.4;
}

.breadcrumb a {
  color: var(--teal);
  font-weight: 700;
}

.breadcrumb span[aria-current="page"] {
  font-weight: 600;
}

.breadcrumb span[aria-hidden="true"] {
  color: #666;
}
