.styling-ul{
    display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: .25rem;
list-style: none;
}
.li-item{
    display: flex;
    padding: 0.125rem 0.25rem;
    width: 100%;
    justify-content: space-between;
}
.btn-click{
    width: 100%;
 }