.wrapper_notification_subscribe_MV1 {
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6edf8;
    overflow: hidden;
    max-width: 362px;
}

.wrapper_notification_subscribe_MV1:hover {
    background-color: #f3f4f7;
}

.w_notification_subscribe_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;
}

.w_notification_subscribe_MV1_author_name_and_action {
    display: inline-block;
    margin-left: 10px;
    max-width: 150px;
    overflow: hidden;
}

.notification_subscribe_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;
}

.notification_subscribe_MV1_author_name {
    display: block;
    text-decoration: none;
    width: 150px;
    max-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #292d34;
}

.notification_subscribe_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;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notification_subscribe_MV1_btn_follow {
    align-items: center;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #292d34;
    background-color: #fff;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    margin-left: auto;
}

.notification_subscribe_MV1_btn_follow[data-do_user_follow="0"] {
    color: #292d34;
    background-color: #fff;
    border: solid 1px #e4e4e4;
}

.notification_subscribe_MV1_btn_follow[data-do_user_follow="1"] {
    color: #fff;
    background-color: #4bb3d1;
    border: none;
}