/* SEO hierarchy: visible breadcrumbs for hearing-aid brand and product pages. */

.at-seo-breadcrumbs {
  width: 100%;
  border-bottom: 1px solid rgba(8, 43, 49, .08);
  background: rgba(255, 255, 255, .96);
}

.at-seo-breadcrumbs-inner {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
}

.at-seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 13px 0;
  list-style: none;
}

.at-seo-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #587177;
  font-family: "Source Sans 3", sans-serif;
  font-size: .8rem;
  line-height: 1.3;
}

.at-seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(8, 43, 49, .32);
  font-weight: 700;
}

.at-seo-breadcrumbs a {
  color: #16786F !important;
  font-weight: 750;
  text-decoration: none !important;
}

.at-seo-breadcrumbs a:hover,
.at-seo-breadcrumbs a:focus-visible {
  color: #082B31 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.at-seo-breadcrumbs [aria-current="page"] span {
  color: #082B31;
  font-weight: 800;
}

@media (max-width: 782px) {
  .at-seo-breadcrumbs-inner {
    width: min(100% - 28px, 1360px);
  }

  .at-seo-breadcrumbs ol {
    padding: 11px 0;
  }

  .at-seo-breadcrumbs li {
    font-size: .76rem;
  }
}
