/* v57.59.82 — Category archive compact footer bundle. */
/* v57.59.31 — Category pages only: compact contact/legal footer.
 * Scope is strictly body.njf-archive-page (/all-listings/ and category types).
 * All other pages keep the full professional footer unchanged.
 */
body.njf-archive-page .nfc-modern-footer .nfc-footer-pre,
body.njf-archive-page .nfc-modern-footer .nfc-footer-brand,
body.njf-archive-page .nfc-modern-footer .nfc-footer-accordions,
body.njf-archive-page .nfc-modern-footer .nfc-footer-swipe-hint,
body.njf-archive-page .nfc-modern-footer .nfc-footer-socials,
body.njf-archive-page .nfc-modern-footer .nfc-footer-social-proof{
  display:none!important;
}

body.njf-archive-page .nfc-modern-footer .nfc-footer-main{
  padding-top:18px!important;
  background:linear-gradient(180deg,#033947,#032f3b)!important;
}

body.njf-archive-page .nfc-modern-footer .nfc-footer-contact{
  margin-top:0!important;
}

body.njf-archive-page .nfc-modern-footer .nfc-footer-bottom{
  margin-top:0!important;
}

/* Prevent any legacy archive credit from appearing below the modern footer. */
body.njf-archive-page .njf-v56-archive-footer{
  display:none!important;
}

@media(max-width:700px){
  body.njf-archive-page .nfc-modern-footer .nfc-footer-main{
    padding-top:12px!important;
  }
  body.njf-archive-page .nfc-modern-footer .nfc-footer-shell{
    width:min(100% - 20px,1180px)!important;
  }
  body.njf-archive-page .nfc-modern-footer .nfc-footer-contact{
    margin-top:0!important;
  }
  body.njf-archive-page .nfc-modern-footer .nfc-footer-bottom{
    padding-top:14px!important;
  }
}
