/* Give wide scientific figures room while retaining readable prose. */
@media (min-width: 67em) {
  .page:has(.wide-figure) .sidebar-drawer { width: 15em; }
  .content:has(.wide-figure) { width: min(68em, calc(100vw - 21em)); }
  .content:has(.wide-figure) article p { max-width: 46em; }
}
@media (min-width: 82em) {
  .content:has(.wide-figure) { width: min(68em, calc(100vw - 36em)); }
}
img.wide-figure { width: 100%; height: auto; }

/* Dark-theme figure copies are display:block under Furo; keep them centred. */
figure img.only-dark, img.only-dark { margin-left: auto; margin-right: auto; }
