.custom-breadcrumbs {
    margin: 12px 0;
    font-size: 14px;
}


.custom-breadcrumbs a {
    text-decoration: underline;
    color: #333; /* Change this color to your desired color */
}

.custom-breadcrumbs a.current-page {
    text-decoration: underline;
	color: #1e2c79;
    font-weight: bold; /* Add bold styling for the active page */
}