    /* ============================ READING LIST PAGE (student-facing) ============================
       The /reading route is a dedicated page that lists every published reading
       test the admin has saved. Hide the homepage hero/wrap and any other
       full-page takeover so only #reading-list is visible. */
    body.reading-list-mode > .aurora,
    body.reading-list-mode > .wrap,
    body.reading-list-mode > section:not(#reading-list){ display:none !important; }

    /* Same takeover for the /listening route — without this the homepage hero
       stayed visible above the listening grid (the body class was set but no
       rule hid the other sections). */
    body.listening-list-mode > .aurora,
    body.listening-list-mode > .wrap,
    body.listening-list-mode > section:not(#listening-list){ display:none !important; }

