/* Quiz route only. Firefox can discard an offscreen content-visibility:auto
 * section during native focus transfer, moving a button between pointerdown
 * and pointerup. Keep this short interactive page laid out; do not intercept
 * native clicks, alter focus, loosen CSP or change the download lifecycle.
 * Reproduction and counterfactual: docs/website-v194/diagnostics/click-rootcause/.
 */
main, main section {
  content-visibility: visible !important;
}
