.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: 0.5rem;
}

.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}

.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.post-summary {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.post-meta {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.post-meta span {
  margin-right: 15px;
  display: inline-block;
}

.tags {
  margin: 10px 0;
}

.tag {
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}

.summary {
  margin-top: 10px;
  line-height: 1.6;
}

.meta-info {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.meta-info span {
  margin-right: 15px;
}

.meta-info a,
.tags a {
  color: #333;
  text-decoration: none;
}

.meta-info a:hover,
.tags a:hover {
  text-decoration: underline;
}

.content {
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.term-list {
  list-style: none;
  padding: 0;
}

.term-item {
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.term-description {
  color: #666;
  font-style: italic;
}

.term-meta {
  font-size: 0.9em;
  color: #888;
}

.term-image {
  max-width: 200px;
  height: auto;
  margin: 1em 0;
}

.term-excerpt {
  margin-top: 1em;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
