/*
* @author  Agence Dn'D <contact@dnd.fr>
* @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* @link    https://www.dnd.fr/
*/

.breadcrumbs-list__item {
    display: flex;

    span {
        opacity: 0.5;
    }

    &:not(:last-child) {
        opacity: 0.6;
    }

    .breadcrumbs-list__link {
        margin: 0 8px;
        font-size: var(--small-text-size);
        font-weight: var(--base-weight-semibold);
    }
}
