/* Keep the shared footer independent from the homepage's legacy global rules. */
.shared-footer {
  min-height: 0 !important;
  grid-template-columns: none !important;
  align-items: initial !important;
  gap: 0 !important;
}

.shared-footer > .shared-footer-main,
.shared-footer > .shared-footer-bottom {
  display: block !important;
  flex-direction: initial !important;
  justify-self: stretch !important;
  align-items: initial !important;
  gap: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.shared-footer > .shared-footer-bottom {
  max-width: none !important;
  margin: 0 !important;
}

.shared-footer-purpose p,
.shared-footer-land p {
  max-width: none !important;
}

.shared-footer .shared-footer-nav {
  display: grid !important;
  gap: 0 !important;
  align-items: initial !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.shared-footer .shared-footer-nav > a {
  display: inline-flex !important;
  justify-content: flex-start !important;
  gap: 0.5rem !important;
  width: auto !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
