.p-breadcrumb {
    padding: .6em;

    ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;

        a.disabled {
            color: #6c757d;
            pointer-events: none;
        }
    }

    .p-menuitem-text {
        line-height: 1;
    }

    .p-menuitem-link {
        text-decoration: none;
    }
}