
/* Centre the complete footer layout on mobile. Loaded last. */
@media screen and (max-width: 600px) {
  .sds-site-footer,
  .sds-footer-main,
  .sds-footer-bottom {
    text-align: center !important;
  }

  .sds-footer-grid {
    justify-items: center !important;
    gap: 32px !important;
    padding-block: 40px !important;
  }

  .sds-footer-brand,
  .sds-footer-column,
  .sds-footer-contact {
    width: 100% !important;
    text-align: center !important;
  }

  .sds-footer-logo {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .sds-footer-brand > p {
    max-width: 360px !important;
    margin: 18px auto !important;
    text-align: center !important;
  }

  .sds-footer-rating {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: left !important;
  }

  .sds-footer-column h3 {
    width: fit-content !important;
    margin: 2px auto 20px !important;
    text-align: center !important;
  }

  .sds-footer-column h3::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .sds-footer-column nav,
  .sds-footer-column nav ul {
    width: 100% !important;
    text-align: center !important;
  }

  .sds-footer-column nav li {
    display: flex !important;
    justify-content: center !important;
  }

  .sds-footer-column nav a {
    justify-content: center !important;
    text-align: center !important;
  }

  .sds-footer-column nav a:hover,
  .sds-footer-column nav a:focus-visible {
    transform: none !important;
  }

  .sds-footer-contact > ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 22px !important;
    width: 100% !important;
  }

  .sds-footer-contact > ul > li,
  .sds-footer-contact > ul > li + li {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .sds-footer-contact a,
  .sds-footer-contact__row {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .sds-footer-contact__icon {
    margin: 0 auto !important;
  }

  .sds-footer-contact strong {
    text-align: center !important;
  }

  .sds-footer-bottom__inner {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 22px 12px 28px !important;
    text-align: center !important;
  }

  .sds-footer-bottom p,
  .sds-footer-copyright,
  .sds-footer-credit {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

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