.unified-pathbar {
  background: #fff;
  border-top: 1px solid #e2e6ee;
  border-bottom: 1px solid #e2e6ee;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.unified-pathbar .container {
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.unified-path-layout {
  height: 50px;
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.unified-path {
  height: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 13px;
  color: #5d6679;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.unified-path a:hover {
  color: var(--brand);
}

.unified-path a,
.unified-path span {
  line-height: 1;
}

.unified-cats-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.unified-cats-row a {
  font-size: 16px;
  color: #364056;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

.unified-cats-row a.is-active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
