html[data-theme=light] {
    --pst-color-secondary: #449eba;
}

html[data-theme=dark] {
    --pst-color-secondary: #449eba;
}

html[data-theme=dark] .bd-content img:not(.only-dark):not(.dark-light) {
    background: unset;
}

.wy-nav-content {
    max-width: 81% !important;
}

dl.xr-attrs {
    grid-template-columns: auto auto !important;
}

div.xr-var-name {
    margin-top: 12px !important;
}

div.xr-index-name {
    margin-top: 12px !important;
}

.sd-card-img-top {
    margin-top: 10px !important;
    height: 140px !important;
    margin-left: auto;
    margin-right: auto;
}
