/* added for toggle, page TOC */
#sidebar-toggle {
    color: white;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 14px;
    /* Optional: if you want it to look exactly like a nav link */
    text-transform: uppercase;
    letter-spacing: normal;
}

#no-toc {
    cursor: pointer;
}

/* Hide the button on small screens (e.g., mobile) */
@media screen and (max-width: 992px) {

    #sidebar-toggle,
    .sidebar-toggle-item {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {

    .section-block-upper div#primary,
    .container-wrapper div#primary {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .section-block-upper div#secondary,
    .container-wrapper div#secondary {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* <a class="fake-link">, href link ignored, with alert stating fake link. */
/*                        console log listing all "fake-links"             */
.fake-link {
    /* color: #0987f5; */
    /* text-decoration: underline; */
    /* cursor: pointer; */
    background-color: lightpink;
}