/* ✅ Breadcrumb Styles (Common) */
#breadcrumb a {
  color: #000000;
  text-decoration: none;
  margin-right: 5px;
}
#breadcrumb a:hover {
  text-decoration: none;
  color: #000000;
}
#breadcrumb span {
  font-weight: bold;
  color: #0006ff;
}
