@media (min-width: 761px) {
  html body .site-common-footer.landing-footer {
    width: min(var(--site-max), calc(100% - 40px)) !important;
    max-width: var(--site-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 1px solid #edf1f6 !important;
  }

  html body .sticky-bottom-nav:not(#sticky-nav-reference) {
    right: auto !important;
    left: 50% !important;
    width: min(var(--site-max), calc(100% - 40px)) !important;
    max-width: var(--site-max) !important;
    transform: translateX(-50%) !important;
    border: 1px solid #dce5f1 !important;
    border-bottom: 0 !important;
  }
}
