.sidebar-menu-link {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    color: rgba(11, 31, 58, 0.7);
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    margin-bottom: 0.25rem;
    background: transparent;
}
.sidebar-menu-link:hover {
    background-color: rgba(11, 31, 58, 0.05);
    color: var(--primary-navy);
}
.sidebar-menu-link.active {
    background-color: rgba(197, 160, 89, 0.15);
    color: var(--primary-gold);
}
.sidebar-menu-link i {
    width: 24px;
    margin-right: 12px;
    font-size: 1rem;
    color: inherit;
}

.sidebar-section-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(11, 31, 58, 0.5);
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.tag-pill-hatchuu {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: rgba(11, 31, 58, 0.04);
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(11, 31, 58, 0.8);
    text-decoration: none;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    transition: all 0.2s ease;
}
.tag-pill-hatchuu:hover { background-color: rgba(11, 31, 58, 0.08); }
.tag-pill-hatchuu.active {
    background-color: rgba(197, 160, 89, 0.15);
    color: var(--primary-gold);
}

.sidebar-scrollable::-webkit-scrollbar       { width: 4px; }
.sidebar-scrollable::-webkit-scrollbar-track { background: transparent; }
.sidebar-scrollable::-webkit-scrollbar-thumb { background: transparent; border-radius: 10px; }
.sidebar-scrollable:hover::-webkit-scrollbar-thumb { background: rgba(11, 31, 58, 0.15); }
.sidebar-scrollable::-webkit-scrollbar-thumb:hover { background: rgba(11, 31, 58, 0.3); }

@media (max-width: 767.98px) {
    #videoSidebarOffcanvas {
        top: 60px !important;
        bottom: 0 !important;
        height: calc(100vh - 60px) !important;
        min-height: calc(100vh - 60px) !important;
        z-index: 1020 !important;
        border-right: 1px solid rgba(11, 31, 58, 0.1);
        background-color: #ffffff !important;
    }
    #videoSidebarOffcanvas .offcanvas-body {
        background-color: #ffffff !important;
        padding-bottom: 0 !important;
    }
    .offcanvas-backdrop {
        top: 60px !important;
        bottom: 0 !important;
        height: calc(100vh - 60px) !important;
        z-index: 1015 !important;
    }
    .sidebar-scrollable {
        top: 0 !important;
        max-height: 100% !important;
        height: 100% !important;
        background-color: #ffffff !important;
    }
}

.video-sidebar-fixed {
    width: 260px !important;
    flex-shrink: 0;
}
