/* Breadcrumb — kompakt, tema uyumlu */
.page-title.page-title-eka {
  text-align: left;
  padding: 18px 0 20px;
  background: var(--Color-1);
  border-bottom: 1px solid rgba(60, 33, 14, 0.06);
}

.page-title.page-title-eka .title {
  display: none;
}

.eka-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.eka-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  color: var(--Color-3);
  max-width: 100%;
}

.eka-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: rgba(60, 33, 14, 0.25);
  font-weight: 400;
  font-size: 12px;
}

.eka-breadcrumb__list a {
  color: var(--Color-3);
  text-decoration: none;
  transition: color 0.2s ease;
}

.eka-breadcrumb__list a:hover {
  color: var(--Primary);
}

.eka-breadcrumb__list li:last-child span,
.eka-breadcrumb__list li:last-child {
  color: var(--Primary);
  font-weight: 600;
}

.eka-breadcrumb__list li:last-child span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .page-title.page-title-eka {
    padding: 14px 0 16px;
  }

  .eka-breadcrumb__list {
    font-size: 12px;
  }
}
