.wrapper_poem_mv1v2 {
    width: 335px;
    height: 216px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 11px 0 rgba(101, 150, 255, 0.15);
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 4px;
    text-align: center;
    vertical-align: top;
}

.content_wrapper_poem_mv1v2 {
    margin-top: 23px;
    align-items: center;
    display: inline-block;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.poem_mv1v2_title {
    display: block;
    font-size: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 280px;
}

.poem_mv1v2_author {
    margin-top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.poem_mv1v2_author_avatar {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
    display: block;
    text-decoration: none;
}

.poem_mv1v2_author_username {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    max-width: 200px;
    max-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.poem_mv1v2_text {
    display: block;
    font-size: 15px;
    line-height: 1.33;
    margin-top: 10px;
    max-width: 280px;
    max-height: 80px;
    white-space: pre-wrap;
    overflow: hidden;
    font-family: 'Georgia', sans-serif;
}

.poem_mv1v2_status_list {
    margin-top: 20px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.poem_mv1v2_status_list_item {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #bcc3ce;
    background-repeat: no-repeat;
    padding-left: 21px;
    margin-left: 10px;
}

.poem_mv1v2_title[data-cover="0"],
.poem_mv1v2_text[data-cover="0"] {
    color: #292d34
}

.poem_mv1v2_title[data-cover="1"],
.poem_mv1v2_text[data-cover="1"],
.poem_mv1v2_author_username[data-cover="1"] {
    color: #fff
}

.poem_mv1v2_author_username[data-cover="0"] {
    color: #bcc3ce
}

.poem_mv1v2_status_list_item_like {
    background-image: url("/img/ic_like_white.svg");
    background-size: 16px 14px;
    margin-left: 0;
}

.poem_mv1v2_status_list_item_comment {
    background-image: url("/img/ic_comment_white.svg");
    background-size: 16px 15px;
}

.poem_mv1v2_status_list_item_view {
    background-image: url("/img/ic_view_white.svg");
    background-size: 16px 12px;
    background-position: 0 1px;
}

.poem_mv1v2_status_list_item_like[data-cover="0"] {
    background-image: url("/img/ic_like_grey.svg");
}

.poem_mv1v2_status_list_item_comment[data-cover="0"] {
    background-image: url("/img/ic_comment_grey.svg");
}

.poem_mv1v2_status_list_item_view[data-cover="0"] {
    background-image: url("/img/ic_view_grey.svg");
}

.poem_mv1v2_cover_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.poem_mv1v2_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}

