.breadcrumb-section {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e3e6ea;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.breadcrumb a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #343a40;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
  font-weight: 600;
  padding-right: 0.4rem;
}
