
article.ast-comment.new-comment {
    border-left: 2px solid #0e18e0 !important; 
}

article.ast-comment.new-comment-logged-in-user {
    border-left: 2px solid #00f0ff !important; 
}

article.ast-comment.new-comment.bypostauthor {
    border-left: 2px solid #e0de0e !important; 
}

article.ast-comment.new-comment-logged-in-user.bypostauthor {
    border-left: 2px solid #e0de0e !important; 
}

#nct-minimap {
    position: fixed;
    top: 0;
    right: 0;
    width: 4px;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    background-color: transparent;
}

/* Rubriken i widgeten */
.nct-unread-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #5180ac;
    text-transform: uppercase;
}

/* Listan i widgeten */
.nct-unread-list {
    margin: 0;
    padding-left: 0rem;
}

/* Tom-lista meddelande */
.nct-unread-empty {
    list-style: none;
    opacity: 0.8;
}
