/* Minimal Furo-compatible tweaks for the AIMMD documentation.
 *
 * Brand colors are set via Furo's light/dark CSS variables in conf.py
 * (html_theme_options). This file only holds a few small refinements that
 * those variables do not cover. Keep it small — do not re-skin the theme. */

/* Constrain an eventual logo so it never overwhelms the sidebar. */
.sidebar-logo {
  max-height: 4rem;
}

/* Slightly tighter, scrollable code blocks for long GROMACS/PLUMED lines. */
div.highlight pre {
  overflow-x: auto;
}
