/* NextSEO AI — Public Breadcrumbs */
.nextseo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  margin: 0 0 16px;
  padding: 8px 0;
}
.nextseo-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}
.nextseo-breadcrumbs a:hover { color: #1a56db; }
.nseo-bc-sep { margin: 0 6px; color: #cbd5e1; font-size: 11px; }
.nseo-bc-current { color: #374151; font-weight: 500; }
