@media (max-width:768px){
  /* Shared footer parity batch for confirmed pages that only need the same generic
     visible footer-frame lock on mobile. These pages already sit on their own 16px
     content shell, but still inherit the late 18px non-home footer from
     site.noncritical.bundle.v3.min.css. Keep this file generic on purpose and use it only
     via explicit per-page includes, so cleanup can retire duplicate parity files without
     changing any page-specific content/layout owner, including the ship flow once its
     standalone parity file is proven to be a pure duplicate. */
  footer.dsk-site-footer :is(.dsk-custom-footer,.dsk-copyright),
  .sb-footer.dsk-site-footer :is(.dsk-custom-footer,.dsk-copyright){
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }
}
