.wrap-post-maylike {
    margin-bottom: 25px;
    border: 1px solid #ffa5a5;
    box-shadow: 0 0 5px 0 #ffc5c5;
    background: #ffdbdb;
}
.wrap-post-maylike .flag {
    top: 0;
    left: 0;
    background-color: #EF3636;
    width: max-content;
    position: relative;
    color: #fff;
    padding: 3px 15px;
}
.wrap-post-maylike .flag:before {
    position: absolute;
    content: " ";
    right: -18px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #EF3636;
    bottom: 0px;
}
.wrap-post-maylike .list-item {
    padding: 15px;
}
.wrap-post-maylike .list-item .item {
    padding: 5px 0 0 15px;
    position: relative;
}
.wrap-post-maylike .list-item .item:before {
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 15px;
    background: #f59f0b;
}
.wrap-post-maylike .list-item .item a {
    color: #000;
    transition: 0.3s all;
}

.wrap-post-maylike .list-item .item a:hover {
    color: #EF3636;
    transition: 0.3s all;
}