/* Custom Features Styles */

/* Bookmarks Scrollbar */
#kt_bookmarks_list::-webkit-scrollbar {
    width: 4px;
}

#kt_bookmarks_list::-webkit-scrollbar-track {
    background: transparent;
}

#kt_bookmarks_list::-webkit-scrollbar-thumb {
    background: #e4e6ef;
    border-radius: 2px;
}

#kt_bookmarks_list::-webkit-scrollbar-thumb:hover {
    background: #b5b5c3;
}

/* Search Results Scrollbar */
#kt_search_results::-webkit-scrollbar {
    width: 6px;
}

#kt_search_results::-webkit-scrollbar-track {
    background: transparent;
}

#kt_search_results::-webkit-scrollbar-thumb {
    background: #e4e6ef;
    border-radius: 3px;
}

#kt_search_results::-webkit-scrollbar-thumb:hover {
    background: #b5b5c3;
}

/* Bookmark Item Hover */
.bookmark-item:hover {
    transform: translateX(2px);
}

/* Search Result Active State */
.search-result-item.active {
    background-color: #f1f1f2 !important;
    border-color: #009ef7 !important;
}
