.breadcrumb {
    margin-bottom: 0;

    &-item {
        font-weight: 500;

        a {
            text-decoration: none;
            transition: 0.1s linear;

            &:hover {
                color: var(--bs-primary-500);
            }
        }
    }
}
