/* Breadcrumb Styles */ .breadcrumbs { font-size: 14px; color: #333; /* Adjust the color as needed */ margin: 10px 0; } .breadcrumbs a { text-decoration: none; color: #0077b5; /* Adjust the color as needed */ } .breadcrumbs a:hover { text-decoration: underline; }