/* Smart SEO — Breadcrumbs Frontend */
.smart-seo-breadcrumbs {
    font-size: 13.5px;
    margin: 0 0 16px;
}
.smart-seo-breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}
.smart-seo-breadcrumbs li {
    display: flex;
    align-items: center;
    color: #6b7280;
}
.smart-seo-breadcrumbs li a {
    color: #2563eb;
    text-decoration: none;
}
.smart-seo-breadcrumbs li a:hover { text-decoration: underline; }
.smart-seo-breadcrumbs li:last-child span[itemprop="name"] { color: #374151; font-weight: 500; }
.smart-seo-bc-sep { color: #9ca3af; margin: 0 2px; }
