/* Recover password Form */
 #profilenotificationswrapper{
       display:block;
       position:relative;
       width:100%;
       z-index:10;
       margin-left:auto;
       margin-right:auto;
       background-color:#F2F2F2;
       clear: both;
     }
 .profilenotifications	{
        float:left;
        display:block;
        width:640px;
        height:65px;
        clear:both;
        white-space:nowrap;
        border-left:1px solid #DDDDDD;
        border-right:1px solid #DDDDDD;
        border-top:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
        background-color:#FFFFFF;
        -moz-box-shadow: 0 0 3px #666666;
        -webkit-box-shadow: 0 0 3px #666666;
        box-shadow: 0 0 3px #666666;
        border-radius: 3px;
        -webkit-border-radius:3px ;
        -moz-border-radius: 3px;
      }
 .profilenotifications:hover	{
        cursor:pointer;
        border-left:1px solid #EEEEEE;
        border-right:1px solid #BBBBBB;
        border-top:1px solid #EEEEEE;
        border-bottom:1px solid #BBBBBB;
        background-color:#EFEFEF; /* Old browsers */
        background-image: -moz-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%); /* Firefox 3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E5E5E5), color-stop(95%, #FFFFFF)); /* Chrome, Safari 4+ */
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%); /* Chrome 10+, Safari 5.1+ */
        background-image: -o-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%); /* IE 10+ */
        background-image: linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%); /* W3C */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#FFFFFF', GradientType=0)"; /* IE 6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#FFFFFF', GradientType=0); /* IE 6-9 */
      }
  .profilenotifications:active	{
        border-left:1px solid #DFDFDF;
        border-top:1px solid #DFDFDF;
        background-color:#CFCFCF; /* Old browsers */
        background-image: -moz-linear-gradient(bottom, #CFCFCF 5%, #CFCFCF 50%); /* Firefox 3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #CFCFCF), color-stop(95%, #CFCFCF)); /* Chrome, Safari 4+ */
        background-image: -webkit-linear-gradient(bottom, #CFCFCF 5%, #CFCFCF 50%); /* Chrome 10+, Safari 5.1+ */
        background-image: -o-linear-gradient(bottom, #CFCFCF 5%, #CFCFCF 50%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(bottom, #CFCFCF 5%, #CFCFCF 50%); /* IE 10+ */
        background-image: linear-gradient(bottom, #CFCFCF 5%, #CFCFCF 50%); /* W3C */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCFCF', endColorstr='#CFCFCF', GradientType=0)"; /* IE 6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCFCF', endColorstr='#CFCFCF', GradientType=0); /* IE 6-9 */
      }
  .profilenotifications.normal	{
        cursor:pointer;
        border-left:1px solid #DDDDDD;
        border-right:1px solid #DDDDDD;
        border-top:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
        white-space:nowrap;
        background-color:#DDDDDD; /* Old browsers */
        background-image: -moz-linear-gradient(bottom, #DDDDDD 5%, #DDDDDD 50%); /* Firefox 3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #DDDDDD), color-stop(95%, #DDDDDD)); /* Chrome, Safari 4+ */
        background-image: -webkit-linear-gradient(bottom, #DDDDDD 5%, #DDDDDD 50%); /* Chrome 10+, Safari 5.1+ */
        background-image: -o-linear-gradient(bottom, #DDDDDD 5%, #DDDDDD 50%); /* Opera 11.10+ */
        background-image: -ms-linear-gradient(bottom, #DDDDDD 5%, #DDDDDD 50%); /* IE 10+ */
        background-image: linear-gradient(bottom, #DDDDDD 5%, #DDDDDD 50%); /* W3C */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#DDDDDD', GradientType=0)"; /* IE 6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#DDDDDD', GradientType=0); /* IE 6-9 */
      }
 .profilenotificationslink{
        position:relative;
        display: block;
        height: 65px;
        float: left;
      }
 #profilepastactivitytitle	{
        display:block;
        position:relative;
        float:left;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:20px;
        color:#666666;
        margin-top:40px;
        margin-left:13px;
        height:26px;
        width:153px;
      }
 #profilenotificationscontent {
        display:block;
        position:relative;
        float:left;
        clear:both;
        width:100%;
            }
 #profilepastactivityoptionsholder	{
        display:block;
        position:relative;
        float:left;
        height:60px;
        margin-top:10px;
        width:103px;
      }
  .profilepastactivityoption	{
        display:block;
        position:relative;
        float:right;
        text-align:left;
        clear:both;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:14px;
        color:#438BC5;
        height:14px;
        width:80px;
        padding-left:10px;
        padding-top:7px;
        padding-bottom:7px;
      }
  .profilepastactivityoption:hover	{
        cursor:pointer;
        background-color:#D6E6F3;
        padding-top:6px;
        padding-bottom:6px;
        border-top:1px solid #72A8D3;
        border-bottom:1px solid #72A8D3;
        color:#438BC5;
      }
  .profilepastactivityoption:active	{
        cursor:pointer;
        background-color:#BDD7EC;
        padding-top:6px;
        padding-bottom:6px;
        border-top:1px solid #72A8D3;
        border-bottom:1px solid #72A8D3;
        color:#438BC5;
      }
  .profilepastactivityoptiontext {
        display: block;
        position: relative;
        float: left;
        margin-top: -2px;
      }
  .profilepastactivityoptionimage {
        display: block;
        position: relative;
        float: left;
        margin-top: -2px;
        margin-right: 8px;
      }
  .profilepastactivityfeednavup	{
        display:none;
        cursor:pointer;
        position:absolute;
        z-index:1;
        top:2px;
        left:280px;
        height:10px;
        width:11px;
        background: url(../assets/nav/listnavup.png);
      }
  .profilepastactivityfeednavup:hover	{
        background: url(../assets/nav/listnavhoverup.png);
      }
  .profilepastactivityfeednavup:active	{
        background: url(../assets/nav/listnavactiveup.png);
      }
  .profilepastactivityfeednavdown	{
        display:none;
        cursor:pointer;
        position:absolute;
        z-index:1;
        bottom:2px;
        left:280px;
        height:10px;
        width:11px;
        background: url(../assets/nav/listnavdown.png);
      }
  .profilepastactivityfeednavdown:hover	{
        background: url(../assets/nav/listnavhoverdown.png);
      }
  .profilepastactivityfeednavdown:active	{
        background: url(../assets/nav/listnavactivedown.png);
      }
 #profilenotificationsboxholder	{
        margin-left:10px;
        margin-top:10px;
        position:relative;
        float:left;
        border-top:1px solid #BBBBBB;
      }
 #profilenotificationsbox	{
        width:100%;
        overflow:hidden;
      }
  .profilerelatedprofilenotifications, .profilerecentlylikedlist, .profilerecentlylikedlistitem, .profilerecentlylikedlistsuggestion, .listrelatedprofilenotifications	{
        display: block;
        position: relative;
        float: left;
        width:640px;
        padding:10px 10px 10px 10px;
        border-bottom:1px solid #BBBBBB;
      }
 
 .profilerecentlyrankedtext, .profilerecentlylikedlisttext, .profilerecentlylikedlistitemtext, .profilerecentlylikedlistsuggestiontext, .profilerecentlynotificationstext {
        display: block;
        position: relative;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size:13px;
        font-weight:normal;
        color:#111111;
        padding-bottom:5px;
        line-height: 16px;
        margin-top: 5px;
        width(calc(100% 31px));
      }
  .notificationsprofilechannelname{
        position: absolute;
        z-index: 1;
        right: 78px;
      }


 .profilenotificationschannelname{
        position:relative;
        display:block;
        float:left;
        margin-top:7px;
        margin-left:5px;
        margin-right:2px;
        text-decoration:none;
        text-align:right;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:12px;
        color:#438BC5;
      }

 #profilepastactivitychannelnamescroll	{
        position:relative;
        display:block;
        float:left;
        margin-top:7px;
        margin-left:5px;
        margin-right:2px;
        text-decoration:none;
        text-align:right;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:12px;
        color:#438BC5;
        max-width: 130px;
      }

  .profilenotificationsimagetoprow	{
        position:relative;
        display:block;
        float:left;
      }
 .profilenotificationsimagebottomrow	{
        position:relative;
        display:block;
        float:left;
        clear:both;
      }
 .profilenoticationslistimage1	{
        display:block;
        float:left;
        margin-top:5px;
        margin-left:5px;
        width:28px;
        height:28px;
      }
 .profilenotificationslistimage2	{
        display:block;
        float:left;
        margin-top:5px;
        margin-left:0px;
        width:28px;
        height:28px;
      }
 .profilenotificationslistimage3	{
        display:block;
        float:left;
        margin-top:0px;
        margin-left:5px;
        width:28px;
        height:28px;
      }
 .profilenotificationslistimage4	{
        display:block;
        float:left;
        margin-top:0px;
        margin-left:0px;
        width:28px;
        height:28px;
      }

 .profilepastactivitylistimage{
        display:block;
        float:left;
        margin-top:5px;
        margin-left:5px;
        width:60px;
        height:55px;
      }
 .profilenotificationslistsfeedimagelong	{
        position: relative;
        display: block;
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        overflow: hidden;
        width: 28px;
      }
 .profilenotificationslistsfeedimagelongright	{
        position: relative;
        display: block;
        float: left;
        margin-top: 5px;
        overflow: hidden;
        width: 28px;
      }

 .profilenotificationslistsfeedlistlongimage {
        height: 56px;
        width: 56px;
        margin-left: -16px;
      }

 .profilenotificationslistsfeedlistrightimage2 {
        height:28px;
        width:28px;
      }
 .profilenotificationslistsfeedlistrightimage3 {
        height:28px;
        width:28px;
      }
 .profilenotificationslistsfeedimagerightrow	{
        position:relative;
        display:inline-grid;
        text-align: center;
        margin-top: 5px;
      }
 .profilenotificationslisttoprow	{
        position:relative;
        display:block;
        float:left;
        width:570px;
      }
 .profilepastactivitylisttoprowsubscribes	{
        position:relative;
        display:block;
        float:left;
        width:550px;
      }

  .profilepastactivitylisttitletext	{
        position:relative;
        display:block;
        float:left;
        margin-top:6px;
        margin-left:5px;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:14px;
        height:14px;
        color:#666666;
        overflow:hidden;
        text-overflow: ellipsis;
      }
 .profilepastactivitylistchannelnameforsubscribes{
        position:relative;
        display:block;
        float:left;
        margin-top:6px;
        margin-left:10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #438BC5;
      }
 
  .profilenotificationslisttimeago {
        position:relative;
        display:block;
        float:right;
        margin-top:7px;
        margin-left:1px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
            }
  .profilenotificationstimeagoseparator	{
        float:right;
        margin-top:5px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:14px;
        color:#666666;
      }
  .profilepastactivitylistchannelname	{
        position:relative;
        display:block;
        float:right;
        margin-top:7px;
        margin-left:1px;
        margin-right:2px;
        text-decoration:none;
        text-align:right;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        font-size:12px;
        color:#438BC5;
      }
  .profilepastactivitylistchannelname:hover	{
        text-decoration:underline;
      }
  .profilepastactivitylistchannelname:active	{
        text-decoration:underline;
      }
  .profilenotificationslistinfo	{
        position:relative;
        display:block;
        float:left;
        width:552px;
        margin-top:6px;
        margin-left:5px;
      }
 .profilenotificationslistlikeandislike	{
        display:block;
        float:left;
      }
  .profilenotificationsseparator	{
        float:left;
        margin-top:2px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:14px;
        color:#666666;
      }
  .profilenotificationslistlikeicon	{
        display:block;
        float:left;
        width:12px;
        height:12px;
        margin-left:2px;
        margin-top:0px;
        background-image:url(../assets/nav/thumbsup.png);
        background-size: 12px 12px;
        background-position:top left;
        background-repeat:no-repeat;
            }
  .profilenotificationslistlikenumber	{
        float:left;
        margin-top:2px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
  .profilenotificationslistdislikeicon	{
        display:block;
        float:left;
        width:12px;
        height:12px;
        margin-left:3px;
        margin-top:2px;
        background-image:url(../assets/nav/thumbsdown.png);
        background-size: 12px 12px;
        background-position:top left;
        background-repeat:no-repeat;
      }
  .profilenotificationslistdislikenumber	{
        float:left;
        margin-top:2px;
        margin-left:1px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
  .profilenotificationslistviews	{
        display:block;
        float:left;
      }
  .profilenotificationslistviewsnumber	{
        float:left;
        margin-top:2px;
        margin-left:1px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
  .profilenotificationslistcommentsnumber	{
        float:left;
        margin-top:2px;
        margin-left:1px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
  .profilenotificationslistcommentsicon	{
        display:block;
        float:left;
        width:12px;
        height:12px;
        margin-left:2px;
        margin-right:1px;
        margin-top:0px;
        background-image:url(../assets/nav/comment.png);
        background-size: 12px 12px;
        background-position:top left;
        background-repeat:no-repeat;
      }
  .profilenotificationslistnumberofpeopleranked	{
        display:block;
        float:left;
        margin-left:1px;
        margin-top:2px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
 .profilepastactivitysubscribedpeoplerank	{
        display:block;
        float:left;
        margin-left:6px;
        margin-top:8px;
        margin-right:1px;
        text-decoration:none;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
        color:#666666;
      }
 .profilepastactivitytext{
        letter-spacing: .3px;
        -moz-hyphens: auto;
        word-break: break-all;
        overflow-wrap: break-word;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        color: #438BC5;
      }
  .profilenotificationslistdescription	{
        position:relative;
        display:block;
        float:left;
        overflow:hidden;
        text-overflow: ellipsis;
        font-family: 'Roboto', sans-serif;
        font-size:10px;
        color:#666666;
        width:569px;
        margin-top:9px;
        margin-left:5px;
      }
 .notificationuserthumbnail{
        height: 30px;
        width: 30px;
        float: left;
      }
 .notificationtextcontainer{
        float: left;
        display: table;
        position: relative;
        height: 30px;
        width: 600px;
      }
 .notificationtext{
        display: table-cell;
        position: relative;
        vertical-align: middle;
        line-height: 16px;
        height: auto;
        padding-left: 5px;
        width: 600px;
        max-width:600px;
        text-align: justify;
      }
 .inline-word-wrap{
        word-break: break-all;
      }
 #profilenotificationsloadmoreholder	{
        position:relative;
        display:block;
        float:left;
        margin-top:10px;
        margin-bottom:10px;
        margin-left:260px;
        width:142px;
        height:24px;
        border:1px solid #666666;
        -moz-border-radius:0.35em;
        -webkit-border-radius:0.35em;
        border-radius:0.35em;
      }
.newnNotificationslist{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 0px 5px;
    margin-bottom: 200px;
}
.newnNotificationslist_item{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.newnNotificationslist_itemsingle{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.newnNotificationslist_iteminner{
    display: -webkit-box;
    position: relative;
    float: left;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newnNotificationslist_iteminner a{
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
.newnNotificationslist_iteminner a:hover{
    text-decoration: underline;
}
.newnNotificationslist_item_timeago{
    position: relative;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}
.newMiniContentCard{
    cursor: pointer;
    position: relative;
    float: left;
    padding: 5px;
    width: calc(100% - 10px);
    max-width: 340px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.newMiniContentCard_image{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.newMiniContentCard_content{
    position: relative;
    float: left;
    width: calc(100% - 85px);
    margin-left: 5px;
}
.newMiniContentCard_contentName{
    display: -webkit-box;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newMiniContentCard_date, .newMiniContentCard_views{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}
.newMiniChannelCard{
    cursor: pointer;
    position: relative;
    float: left;
    padding: 5px;
    width: calc(100% - 10px);
    max-width: 340px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.newMiniChannelCard_image{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.newMiniChannelCard_content{
    position: relative;
    float: left;
    width: calc(100% - 85px);
    margin-left: 5px;
}
.newMiniChannelCard_contentName{
    display: -webkit-box;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newMiniChannelCard_Subscribed{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}
.newMiniChannelCard_description{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newMiniContentCard_likedislikeview{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.newMiniContentCard_likeholder{
    position: relative;
    float: left;
    margin-left: 17px;
}
.newMiniContentCard_dislikeholder{
    position: relative;
    float: left;
    margin-left: 20px;
}
.nnewMiniContentCard_viewholder{
    position: relative;
    float: left;
    margin-left: 20px;
}
.newMiniContentCard_likenumber, .newMiniContentCard_dislikenumber, .newMiniContentCard_viewnumber{
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
}
.newMiniContentCard_likenumber:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -17px;
    width: 12px;
    height: 12px;
    background-image: url(../assets/sprites/newlikedislikeviewiconsdark.png);
    background-size: 12px 36px;
    background-position: 0px 0px;
}
.newMiniContentCard_dislikenumber:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -17px;
    width: 12px;
    height: 12px;
    background-image: url(../assets/sprites/newlikedislikeviewiconsdark.png);
    background-size: 12px 36px;
    background-position: 0px -12px;
}
.newMiniContentCard_viewnumber:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -17px;
    width: 12px;
    height: 12px;
    background-image: url(../assets/sprites/newlikedislikeviewiconsdark.png);
    background-size: 12px 36px;
    background-position: 0px -24px;
}

.hyphenopoly-profile-tab-notification{
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* --- Modern 2/3 Width Profile Notifications Style Update --- */

#newnNotificationslist {
    display: flex;
    flex-direction: column;
    gap: 0; /* Stack items with no gap */
    padding: 0;
    margin: 10px 0 30px 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e2e8f0; /* Clear boundary at the start of the list */
}

#newnNotificationslist .notificationsdropdownitem {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px; /* Simple, compact padding */
    background: transparent; /* Simple transparent container */
    border: none;
    border-bottom: 1px solid #e2e8f0; /* Simple bottom border divider */
    border-radius: 0; /* Remove rounded card corners */
    box-shadow: none; /* Remove shadows */
    cursor: pointer;
}

#newnNotificationslist .notificationlineholder_bar {
    display: flex;
    align-items: center; /* Centered vertically */
    gap: 16px;
    width: 100%;
}

#newnNotificationslist .notificationuserthumbnail_bar_user {
    flex-shrink: 0;
}

/* Default content thumbnail styling (rounded square) */
#newnNotificationslist .notificationuserthumbnail_bar_user img {
    width: 48px; /* Slightly smaller, simpler avatar */
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

/* User avatar specific styling (circle) */
#newnNotificationslist a[href^="user/"] .notificationuserthumbnail_bar_user img {
    border-radius: 50%;
}

#newnNotificationslist .notificationtextcontainer_bar {
    flex-grow: 1;
    min-width: 0;
}

#newnNotificationslist .notificationtext_bar {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #475569; /* Slate 600 - neat, simple dark gray */
    margin: 0;
    padding-bottom: 0;
    padding-right: 140px; /* Space on the right for centered date */
    text-align: left;
}

/* Link elements in notification text */
#newnNotificationslist .notification_link_bar {
    color: #1e293b; /* Slate 800 */
    font-weight: 600;
    text-decoration: none;
}

#newnNotificationslist .notification_link_bar:hover {
    color: #438bc5; /* Accent theme color */
    text-decoration: underline;
}

/* Specific item links or list names */
#newnNotificationslist .list_name,
#newnNotificationslist .item_link,
#newnNotificationslist .profile_link {
    color: #438bc5;
    font-weight: 600;
}

/* Timeago positioning and typography */
#newnNotificationslist .notificationtimeago {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%); /* Centered vertically relative to the list item container */
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #94a3b8; /* Slate 400 */
    font-weight: 500;
    pointer-events: none;
    white-space: nowrap;
}

/* Handle mobile responsiveness for the 2/3 width container */
@media only screen and (max-width: 768px) {
    #newnNotificationslist .notificationsdropdownitem {
        padding: 10px 12px;
    }

    #newnNotificationslist .notificationlineholder_bar {
        gap: 12px;
    }

    #newnNotificationslist .notificationuserthumbnail_bar_user img {
        width: 40px;
        height: 40px;
    }

    #newnNotificationslist .notificationtext_bar {
        font-size: 13px;
        padding-right: 90px;
    }

    #newnNotificationslist .notificationtimeago {
        right: 12px;
        font-size: 11px;
    }
}