.entry-title {
  margin-top: 0;
  line-height: 1.4;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content code {
  background: #f3f3f3;
  padding: 0.15em 0.35em;
}
.c-breadcrumb {
  margin-bottom: 20px;
  color: var(--muted-color);
  font-size: 0.95rem;
}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
}
