.be-wrapper {
    width: 100%;
}

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

.be-item {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.be-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.be-current {
    font-weight: 600;
}

.be-separator {
    display: inline-flex;
    align-items: center;
    pointer-events: none;
    user-select: none;
}

.be-home-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}

.be-shortcode .be-list {
    justify-content: flex-start;
}
