.breadcrumb__wrapper {
  margin: 0 0 0.75rem !important;
  background: linear-gradient(#fff0d7, #f4dcba) !important;
  border: 1px solid #d9bc8f !important;
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.breadcrumb__wrapper .container {
  width: 100%;
  max-width: none;
  padding: 0.4rem 0.75rem;
}

.breadcrumb__wrapper .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 1.5rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent !important;
  color: #6e5a3e;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

.breadcrumb__wrapper .breadcrumb-item {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #6e5a3e;
}

/* Home icon from tpl (.breadcrumb-home) — hide label, no CSS duplicate icon */
.breadcrumb__wrapper .breadcrumb-item:first-child .breadcrumb-link {
  display: inline-flex;
  align-items: center;
}

.breadcrumb__wrapper .breadcrumb-item:first-child .breadcrumb-link > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumb__wrapper .breadcrumb-item:first-child .breadcrumb-link::before {
  content: none;
}

.breadcrumb__wrapper .breadcrumb-home {
  color: #8f6e2f;
  font-size: 1rem;
  line-height: 1;
}

.breadcrumb__wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "\203A" !important;
  padding: 0 0.65rem;
  color: #b9945f;
}

.breadcrumb__wrapper .breadcrumb-link {
  color: #6e5a3e;
  text-decoration: none;
}

.breadcrumb__wrapper .breadcrumb-link:hover,
.breadcrumb__wrapper .breadcrumb-link:focus {
  color: var(--ndx-color-accent);
  text-decoration: none;
}

.breadcrumb__wrapper .breadcrumb-item:last-child {
  overflow: hidden;
  color: #4b3a27;
  font-weight: 700;
  text-overflow: ellipsis;
}
