/* Preserve html scroll context for position: sticky elements during active modals */
html:has(body.lightbox-open) {
  overflow: hidden !important;
}
