/* Ensure breadcrumb links are distinguishable from surrounding text without relying on color */
.woocommerce-breadcrumb a {
/*   text-decoration: underline !important; */
  text-underline-offset: 2px;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
  text-decoration: none !important;
}

