.breadcrumb-container {
    margin: 16px 0;
}

.breadcrumb-custom {
    display: flex;
    justify-content: flex-end; /* 👈 aqui está o segredo */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}


.breadcrumb-item-custom {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.breadcrumb-item-custom a {
    text-decoration: none;
    color: #343a40;
}

.breadcrumb-item-custom a:hover {
    color: #007bff;
}

.breadcrumb-item-custom .fas {
    margin-right: 6px;
    color: #6c757d;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #bbb;
}

.breadcrumb-item-custom.active {
    color: #bbb;
}
