/* Via: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html */

/* Override the maximum width of the main content area */
.bd-main .bd-content .bd-article-container {
  max-width: 100%;  /* default is 60em */
}

.bd-page-width {
  max-width: 130rem;  /* default is 88rem */
}


/* Override brightness/contrast adjustments in dark mode only */
html[data-theme="dark"] .bd-article-container img {
    filter: brightness(1.0) contrast(1.0) !important;

}
