/* ============================================
   GameHub V2 — Breadcrumb Game Identity
   Sits above the search input inside .eh-search-bar.
   Everything else reuses eventhub-v2.css.
   ============================================ */

.gh-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.gh-breadcrumb-link {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--td-text-secondary);
  text-decoration: none;
  transition: color var(--td-duration-fast);
}

.gh-breadcrumb-link:hover {
  color: var(--td-accent);
}

.gh-breadcrumb-sep {
  font-size: 0.75rem;
  color: var(--td-text-secondary);
}

@media (max-width: 768px) {
  .gh-breadcrumb {
    display: none;
  }
}

.gh-breadcrumb-game {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--td-text-primary);
  margin: 0;
  letter-spacing: -0.01em;
}
