/* ============================================================
   Bafha SEO — Breadcrumb Styles
   ============================================================ */

.bafha-breadcrumb {
    font-size: 13px;
    line-height: 1.5;
}

.bafha-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.bafha-breadcrumb__item {
    display: flex;
    align-items: center;
}

.bafha-breadcrumb__item a {
    color: inherit;
    text-decoration: none;
    opacity: .75;
    transition: opacity .15s;
}

.bafha-breadcrumb__item a:hover {
    opacity: 1;
    text-decoration: underline;
}

.bafha-breadcrumb__item [aria-current="page"] {
    font-weight: 500;
}

.bafha-breadcrumb__sep {
    margin: 0 6px;
    opacity: .45;
    font-size: 12px;
    user-select: none;
}
