.breadcrumb-nav {
    color: white;
    font-size: 14px;
}

.breadcrumb-nav a, .breadcrumb-nav a:visited {
    color: white;
    text-decoration: none; /* remove underline */
    font-weight: 600;
    transition: color 0.2s ease;
}

.breadcrumb-nav a:hover {
    color: #ffe082; /* subtle hover highlight */
    text-decoration: none;
}

@media (max-width: 768px) {
    .breadcrumb-nav {
        font-size: 12px;
    }
}
