.smart-seo-breadcrumbs {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.smart-seo-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.smart-seo-breadcrumbs li {
    align-items: center;
    display: flex;
    gap: 6px;
}

.smart-seo-breadcrumbs li + li::before {
    color: #8a8a8a;
    content: "/";
}

.smart-seo-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.smart-seo-breadcrumbs a:hover {
    text-decoration: underline;
}
