.site-inner {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

.breadcrumb {
  background: var(--surface-white);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 4px 12px var(--border-subtle);
  font-size: 12px;
  margin-bottom: 16px;
  color: var(--text-muted);
}
.breadcrumb a, .breadcrumb span.link {
  cursor: pointer;
  color: var(--text-muted);
  text-decoration: none;
}
.breadcrumb b {
  color: var(--color-blue-900);
}
.breadcrumb .site-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.badge{
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
