.nav-list-item {
    @apply border-b border-solid border-gray;

    display: flex;
    align-items: center;
    justify-content: space-between;

    .nav-list-item-first {
        display: flex;
        flex-grow: 1;
        align-items: center;
        padding: 12px 0;

        @screen sm {
            padding: 20px 0;
        }

        .nav-list-item-first-title {
            @apply text-black;

            font-size: 18px;
            font-weight: 400;
            font-family: 'Hind';
        }
    }

    .nav-list-item-icon,
    .nav-list-item-icon-action {
        font-size: 18px;
    }

    .nav-list-item-icon {
        @apply text-red;

        margin-right: 20px;
    }

    .nav-list-item-icon-action {
        @apply text-black-500;
    }
}
