/* 1. Reset layout behavior of the right sidebar column */
.site-body-right-column {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important; /* Force width across layout boundaries */
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}

/* 2. Target the inner layout block to stretch or center */
.site-body-right-column-inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

/* 3. Center the interactive WebGL graph engine container */
.graph-view-container,
.graph-view-wrapper,
div[class*="graph-view"] {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-width: 600px !important; /* Adjust if you want the graph window smaller or wider */
    width: 100% !important;
}
