/* =========================================
   SIDEBAR USER
========================================= */

.bookshelf-ai-sidebar-user {
    color: white;
    padding: 15px 20px;
    border-bottom: 1px solid #374151;
    margin-bottom: 15px;
}
/* =========================================
   SIDEBAR
========================================= */

.bookshelf-ai-sidebar {
    width: 240px;
    height: 100vh;
    background: #111827;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px;
}

/* =========================================
   SIDEBAR LINKS
========================================= */

.bookshelf-ai-sidebar a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 14px 20px;
}

.bookshelf-ai-sidebar a:hover {
    background: #1f2937;
}
