/* Search discovery and breadcrumb layer, generated for the 2026-09-01 local release. */

.professional-release .seo-breadcrumbs {
  border-bottom: 1px solid rgba(42, 35, 32, 0.12);
  background: var(--white);
}

.professional-release .seo-breadcrumbs .container {
  min-height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.professional-release .seo-breadcrumbs ol {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.professional-release .seo-breadcrumbs li {
  min-width: 0;
  display: flex;
  align-items: center;
}

.professional-release .seo-breadcrumbs li:not(:first-child)::before {
  margin-inline: 10px;
  flex: 0 0 auto;
  color: rgba(77, 65, 60, 0.5);
  content: "/";
}

.professional-release .seo-breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--muted);
  text-decoration: none;
}

.professional-release .seo-breadcrumbs a:hover,
.professional-release .seo-breadcrumbs a:focus-visible {
  color: var(--espresso);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.professional-release .seo-breadcrumbs [aria-current="page"] {
  min-width: 0;
  flex: 1 1 auto;
  color: var(--espresso);
  font-weight: 600;
}

.professional-release .seo-breadcrumbs [aria-current="page"] span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .professional-release .seo-breadcrumbs .container {
    min-height: 46px;
  }

  .professional-release .seo-breadcrumbs ol {
    font-size: 14px;
  }

  .professional-release .seo-breadcrumbs li:not(:first-child)::before {
    margin-inline: 7px;
  }

  .professional-release .seo-breadcrumbs li:nth-last-child(n + 3):not(:first-child) {
    display: none;
  }
}
