/* === Additional footer duplication fix (2026-02-01) === */
/* Hide any inline footer image to avoid duplication when using background */
.site-footer img[src$="/assets/images/Footer.png"],
.site-footer img[alt*="Footer" i] {
  display: none !important;
}
