.man_post_titles_wrapper{
    padding-left:0;
}

.man_post_titles_wrapper > .list > .link{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.display-inline-flex{
    display:inline-flex !important;
}

.man_post_titles_wrapper > .list:not(:last-child){
    margin-bottom:10px;
}

.man_post_titles_wrapper > .list > .link .icon{
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition-duration: 0.4s;
    width:30px;
    height:30px;
}

.man_post_titles_wrapper > .list:hover > .link .icon,
.man_post_titles_wrapper > .list.current_post > .link .icon{
    transform: rotate(0deg);
    background-color: #000000;
}

.man_post_titles_wrapper > .list > .link .icon svg,
.man_post_titles_wrapper > .list > .link .icon i{
    font-size: 18px;
}

.man_post_titles_wrapper > .list > .link .icon svg,
.man_post_titles_wrapper > .list > .link .icon i,
.man_post_titles_wrapper > .list:hover > .link .icon svg,
.man_post_titles_wrapper > .list:hover > .link .icon i,
.man_post_titles_wrapper > .list.current_post > .link .icon svg,
.man_post_titles_wrapper > .list.current_post > .link .icon i{
    color: #ffffff;
}