.path {
  display: none;
}
.breadcrumb {
  max-width: 1040px;
  width: 100%;
  margin: 10px auto;
  display: flex;
  gap: 6px;
}
.breadcrumb a {
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb .fbold {
  font-size: 1em;
  font-weight: bold;
}
