.wrapper_notification_blog_MV1 {
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6edf8;
    overflow: hidden;
}

.wrapper_notification_blog_MV1:hover{
    background-color: #f3f4f7;
}

.w_notification_blog_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: 1;
}

.w_notification_blog_MV1_author_name_and_action {
    display: inline-block;
    margin-left: 10px;
    z-index: 1;
}

.notification_blog_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: 1;
}

.notification_blog_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;
}

.notification_blog_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_blog_MV1_action[data-type="blog_like"],
.notification_blog_MV1_action[data-type="blog_like_comment"] {
    background-image: url("/img/ic_like_fill_red.svg");
    background-size: 13px 11px;
    padding-left: 18px;
}

.notification_blog_MV1_action[data-type="blog_new_comment"],
.notification_blog_MV1_action[data-type="blog_answered_comment"] {
    background-image: url("/img/ic_comment_grey.svg");
    background-size: 16px 15px;
    padding-left: 21px;
}

.notification_blog_MV1_text {
    font-size: 13px;
    line-height: 1.38;
    color: #292d34;
    margin: 15px 30px 0 20px;
}

.notification_blog_MV1_full_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}