.breadcrumb-wrapper {
  background: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border-left: 3px solid #00b9ff;
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.breadcrumb {
  background: transparent;
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #00b9ff;
  font-weight: 600;
}

.breadcrumb-link {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: #00b9ff;
}

.breadcrumb-item.active {
  color: #00b9ff !important;
  font-weight: 600;
}

