
/* =========================================================
   Inventory Breadcrumbs (self-contained)
   ========================================================= */
.inv-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--accent, #cf1e27);
}

.inv-breadcrumb a {
  text-decoration: underline;
  color: inherit;
  opacity: 0.9;
  text-transform: uppercase;
}

.inv-breadcrumb a:hover {
  opacity: 1;
}

.inv-breadcrumb .current {
  text-transform: uppercase;
    color: #333;
}
