.toc-sticky {
    width: 16rem;
}

svg:has(#svg-toc) {
    display: none;
}

.sidebar-container,
.toc-drawer {
    min-width: 15em;
    max-width: 20rem;
}

.custom-logo-box {
    width: 100%;
    background-color: #293752;
    /* Or whatever color you want */
    padding: 10px;
    text-align: left;
}

.custom-logo-box img {
    max-width: 300px;
    /* Adjust as needed */
}