
/* Breadcrumb Navigation */
.breadcrumb {
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
}

.breadcrumb-path {
  margin: 0;
  color: #666;
}

.breadcrumb-path a {
  color: #4a90e2;
  text-decoration: none;
}

.breadcrumb-path a:hover {
  text-decoration: underline;
}

.breadcrumb-path span {
  color: #333;
  font-weight: 500;
}

/* Related Posts */
.related-posts {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.related-posts h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.2rem;
}

.related-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.related-list li {
  margin: 0.5rem 0;
}

.related-list a {
  color: #4a90e2;
  text-decoration: none;
  padding: 0.5rem;
  display: block;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.related-list a:hover {
  background-color: #e3f2fd;
  text-decoration: underline;
}
