/* Keep the footer identical to the homepage on every page and device. */

@media screen and (max-width: 600px) {
  .sds-footer-bottom__inner {
    min-height: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 22px 12px 28px !important;
    text-align: center !important;
  }

  .sds-footer-bottom__inner > nav {
    display: none !important;
  }

  .sds-footer-bottom p {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 1.55 !important;
  }

  .sds-footer-copyright,
  .sds-footer-credit {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  .sds-footer-credit {
    margin-top: 5px !important;
  }

  .sds-footer-developer {
    display: inline !important;
  }
}
