/* Block scroll while the tour backdrop is visible. */
html:has([data-scope='tour'][data-part='backdrop']),
html:has([data-scope='tour'][data-part='backdrop']) > body {
    overflow: hidden;
}
