.wrapper_notification_poem_MV1 {
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6edf8;
    overflow: hidden;
}

.wrapper_notification_poem_MV1:hover {
    background-color: #f3f4f7;
}

.w_notification_poem_MV1_author_and_action {
    margin-left: 20px;
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.w_notification_poem_MV1_author_name_and_action {
    display: inline-block;
    margin-left: 10px;
    z-index: 2;
}

.notification_poem_MV1_author_avatar {
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    z-index: 2;
}

.notification_poem_MV1_author_name {
    display: block;
    text-decoration: none;
    width: 250px;
    max-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #292d34;
    z-index: 2;
}

.notification_poem_MV1_action {
    font-family: 'Gilroy-Bold', sans-serif;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #292d34;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: left center;
}

.notification_poem_MV1_action[data-type="poem_like"],
.notification_poem_MV1_action[data-type="poem_like_comment"] {
    background-image: url("/img/ic_like_fill_red.svg");
    background-size: 13px 11px;
    padding-left: 18px;
}

.notification_poem_MV1_action[data-type="poem_new_comment"],
.notification_poem_MV1_action[data-type="poem_answered_comment"] {
    background-image: url("/img/ic_comment_grey.svg");
    background-size: 16px 15px;
    padding-left: 21px;
}

.notification_poem_MV1_title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 13px;
    margin: 15px 15px 0 20px;
    color: #292d34;
    display: block;
    text-decoration: none;
}

.notification_poem_MV1_text {
    font-size: 13px;
    line-height: 1.38;
    color: #292d34;
    margin: 8px 30px 0 20px;
}

.notification_poem_MV1_stats_icon {
    display: inline-block;
    font-size: 14px;
    color: #292d34;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    line-height: 27px;
    min-height: 27px;
    background-position: 0 center;
}

.notification_poem_MV1_stats_likes {
    padding-left: 35px;
    background-image: url("/img/ic_like_red_empty2.svg");
    background-size: 27px 27px;

}

.notification_poem_MV1_stats_likes[data-dolikeit="1"] {
    background-image: url("/img/ic_like_red_fill.svg");
}

.notification_poem_MV1_stats_comments {
    padding-left: 35px;
    background-image: url("/img/ic_comment_grey_empty.svg");
    background-size: 27px 27px;
    margin-left: 13px;
}

.notification_poem_MV1_stats_views {
    margin-left: auto;
    color: #bcc3ce;
    font-size: 12px;
    padding-left: 19px;
    background-image: url("/img/ic_view_dark_gery.svg");
    background-size: 15px 12px;
    cursor: auto;
}

.notification_poem_MV1_wrapper_poem_cover {
    margin-top: 10px;
    position: relative;
    width: 325px;
    height: 162px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 11px 0 rgba(101, 150, 255, 0.15);
    text-decoration: none;
}

.notification_poem_MV1_cover_title {
    display: block;
    font-size: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 280px;
}

.notification_poem_MV1_cover_text {
    display: block;
    font-size: 14px;
    line-height: 1.33;
    margin-top: 10px;
    max-width: 280px;
    max-height: 74px;
    white-space: pre-wrap;
    overflow: hidden;
    font-family: 'Georgia', sans-serif;
}

.notification_poem_MV1_cover_title[data-cover="0"],
.notification_poem_MV1_cover_text[data-cover="0"] {
    color: #292d34
}

.notification_poem_MV1_cover_title[data-cover="1"],
.notification_poem_MV1_cover_text[data-cover="1"] {
    color: #fff
}

.poem_mv2v1_cover_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.poem_mv2v1_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}

.notification_poem_MV1_wrapper_poem_cover_content {
    /*margin-top: 20px;*/
    align-items: center;
    display: inline-block;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.notification_poem_MV1_full_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}