/* Casa Textilelor SEO – Frontend Breadcrumbs */
.ct-breadcrumbs {
  margin: 0 0 16px;
  padding: 0;
}
.ct-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #666;
}
.ct-breadcrumb-item a {
  color: #2c5f2e;
  text-decoration: none;
}
.ct-breadcrumb-item a:hover { text-decoration: underline; }
.ct-breadcrumb-item.current { color: #333; font-weight: 500; }
