.ProjectNavigation {
    &-list-wrapper {
        background-color: var(--gray-100);
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    &-product-wrapper {
        @extend .Opm-thin-grey-border;
        border-left: none;
        border-right: none;
        cursor: pointer;
        user-select: none;
    }

    &-product-wrapper .Opm-navigation-link {
        outline: none;
    }

    &-product-wrapper:hover {
        background-color: var(--white);
    }

    &-product-wrapper:not(:last-of-type) {
        border-bottom: none;
    }
}
