.tc-breadcrumbs {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.tc-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-breadcrumbs li::after {
  content: "/";
  margin-left: 0.25rem;
  color: var(--gray-400);
}

.tc-breadcrumbs li:last-child::after {
  content: "";
}

.tc-breadcrumbs a {
  color: var(--color-primary);
  font-weight: 500;
}

.tc-hero {
  margin-bottom: var(--space-6);
}

.tc-hero-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.tc-section {
  margin-bottom: var(--space-6);
}

.tc-section h2 {
  margin-top: 0;
}

.tc-section h3 {
  font-size: var(--font-size-lg);
}

@media (max-width: 768px) {
  .tc-section {
    padding: var(--space-4);
  }
}
