/* .breadcrumb_section { padding: 40px 0; }

.breadcrumb_list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb_list a::after {
  content: "→";
  margin-left:8px;
}

.breadcrumb_list .current {
  color:#777;
  font-weight: 600;
}

.breadcrumb_list a,
.breadcrumb_list a:visited,
.breadcrumb_list a:hover,
.breadcrumb_list a:active {
  color: inherit;          /* Use parent text color */
  text-decoration: none;   /* Remove underline */
}

.breadcrumb_list a:hover {
  text-decoration: none;   /* Ensure hover doesn't add underline */
}
 */