/* ================= HIDE ORIGINAL FOOTER LINKS ================= */
/* This targets the specific container div inside the footer 
   that holds the 'Categories' and 'Pages' links. 
   We use a combination of its classes to be specific.
*/
footer .max-w-7xl.mx-auto.py-8 {
    display: none !important;
}