


/* Adding the / breadcrumb separator */
#component-page-navigation #page-navigation-breadcrumb {
    /* When wrapping the text wont go under the <-- from back to previous page */
    margin-left: 2rem;
}
#component-page-navigation #page-navigation-breadcrumb > *:not(:first-child)::before {
    content: '/';
    padding: 0 0.5rem;
    cursor: auto;
}


