/* Переменные брендинга и ссылок */
body {
    --color-brand-content: #dd7053 !important;
    --color-brand-visited: #6DA9C5 !important;
    --color-link--visited: #b5b1ad !important;
}

/* Если ссылки в тексте всё равно не меняются, принудительно для тегов: */
.sidebar-tree .toctree-l1 > .reference, 
.sidebar-tree .toctree-l1 > label .icon {
  color: inherit !important;
}

.toc-tree li.scroll-current > .reference {
  color: inherit !important;
}
a:visited {
  color: #dd7053 !important;
}

.toc-tree a.reference {
  color: inherit !important;
}

/* Hide Furo footer completely */
.bottom-of-page {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Alternative selectors */
footer, .footer {
    display: none !important;
}
/* Светлая тема */
[data-theme="light"] .sidebar-drawer {
    background-color: #f8f9fa !important;
    border-right: 1px solid #dee2e6 !important;
    transition: all 0.3s ease !important;
}

[data-theme="light"] .sidebar-drawer:hover {
    background-color: #e9ecef !important;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1) !important;
}

/* Темная тема */
[data-theme="dark"] .sidebar-drawer {
    background-color: #1a1a1a !important;
    border-right: 1px solid #333 !important;
    transition: all 0.3s ease !important;
}

[data-theme="dark"] .sidebar-drawer:hover {
    background-color: #252525 !important;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid #3498db !important;
}

.toc-title { display: none; }
.sidebar-brand-text {
  font-size: 1.0rem;
}
