.breadcrumb__wrapper {
  margin: 0 0 0.75rem !important;
  background: rgba(248, 248, 239, 0.82) !important;
  border: none !important;
  border-bottom: 1px solid rgba(130, 164, 57, 0.18) !important;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.breadcrumb__wrapper .container {
  width: 100%;
  max-width: 61.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.45rem 0.75rem;
  background: transparent;
}

.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: #5e7b2b;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

.breadcrumb__wrapper .breadcrumb-item {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #5e7b2b;
}

.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-home {
  font-size: 1.25rem;
  line-height: 1;
  color: #5e7b2b;
}

.breadcrumb__wrapper .breadcrumb-item + .breadcrumb-item::before {
  content: "\203A" !important;
  padding: 0 0.65rem;
  color: #5e7b2b;
}

.breadcrumb__wrapper .breadcrumb-link {
  color: #5e7b2b;
  text-decoration: none;
}

.breadcrumb__wrapper .breadcrumb-link:hover,
.breadcrumb__wrapper .breadcrumb-link:focus {
  color: #4a631f;
  text-decoration: none;
}

.breadcrumb__wrapper .breadcrumb-item:last-child {
  overflow: hidden;
  color: #5e7b2b;
  font-weight: 700;
  text-overflow: ellipsis;
}
