.breadcrumb {
  background-color: transparent;
  padding: 1.5rem 0 1rem 0;
  margin-bottom: 0;
  color: #000;
}

/* Styles for breadcrumb links and active items */
li.breadcrumb-item a,
li.breadcrumb-item.active {
  color: #000;
  text-decoration: none;
}

/* Ensures consistent color for breadcrumb links and icons */
.breadcrumb-item a,
.breadcrumb-item::before {
  color: #000;
}

/* Custom separator between breadcrumb items */
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}
