.sphinxsidebarwrapper>h1 {
    display: none;
}

.image-reference {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 600px) {
    .image-reference {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .responsive-logo>img {
        content: url("./logo_right_text.png"); /* Image for small screens */
        width: 80% !important;
        height: 80% !important;
    }
}

.portfolio {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.portfolio-dim {
    text-align: left;
    color: black;
    font-style: normal;
    font-family: monospace;
    width: 100%;
    padding: 3px;
    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "Roboto", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.output_area.stderr {
    background-color: #4B0082 !important;
    color: white !important;
    /* Ensures text is readable */
    margin: 10px 0px 10px 0px;
    padding: 10px;
    border-radius: 5px;
}

.version {
    color: white !important;
    text-align: center;
    background-color: #120c24;
}

.external {
    display: inline-flex !important;
    width: fit-content;
}
