.simple-breadcrumbs-169 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px; /* Default gap, can be overridden by widget settings */
    font-family: inherit; /* Inherit from global or widget typography */
    font-size: inherit;
    color: #888; /* Fallback color */
}

.simple-breadcrumbs-169 a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s ease;
}

.simple-breadcrumbs-169 a:hover {
    color: #333;
}

.simple-breadcrumbs-169 .separator {
    color: #ccc;
    margin: 0 4px;
}

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