.breadcrumbs-path {
    color: #999;
    flex-wrap: wrap;
}

.breadcrumbs-path a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs-path a:hover {
    color: #666;
}

.breadcrumbs-separator {
    color: #ddd;
}

.breadcrumbs-current {
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .breadcrumbs-path {
        width: 100%;
        font-size: 0.85rem;
    }
}
