/* Sidebar Highlight Specific Fix */
.right-sidebar .comment-list .comment-item.highlight,
.right-sidebar .comment-list .comment-item.highlight-active {
    animation: highlightFade 2s ease-out !important;
    background-color: rgba(99, 102, 241, 0.3) !important;
}

body.night-mode .right-sidebar .comment-list .comment-item.highlight,
body.night-mode .right-sidebar .comment-list .comment-item.highlight-active {
    background-color: rgba(99, 102, 241, 0.3) !important;
    animation: highlightFade 2s ease-out !important;
}
