/* SwiftSEO - Frontend Styles */

/* ---- Breadcrumbs ---- */
.swiftseo-breadcrumbs {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0 0 1em;
}

.swiftseo-bc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.swiftseo-bc-item {
    display: flex;
    align-items: center;
}

.swiftseo-bc-item a {
    color: #374151;
    text-decoration: none;
    transition: color .15s;
}

.swiftseo-bc-item a:hover {
    color: #111827;
    text-decoration: underline;
}

.swiftseo-bc-sep {
    margin: 0 6px;
    color: #9ca3af;
    font-size: 12px;
}

/* Current page (last crumb) */
.swiftseo-bc-item span[aria-current="page"] {
    color: #111827;
    font-weight: 500;
}
