.woocommerce-breadcrumb .custom-breadcrumb {
  color: var(--text-color) !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-breadcrumb a {
  color: var(--text-color);
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.custom-breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 0.4em;
  color: var(--text-color);
  font-weight: normal;
}
