/*
 * Text-first business footer.
 * Legal-policy links are intentionally omitted; the existing business data is
 * presented as compact label/value rows without decorative icons.
 */
body .site-common-footer.landing-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 24px clamp(20px, 4vw, 52px) 28px !important;
  background: #fff !important;
  border-top: 1px solid #e5e7eb !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.home-page .site-common-footer.landing-footer {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .site-common-footer .site-footer-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

body .site-common-footer .site-footer-logo {
  width: 96px !important;
  max-width: 96px !important;
}

body .site-common-footer .site-footer-details {
  justify-self: auto !important;
  width: 100% !important;
  max-width: none !important;
}

body .site-common-footer .site-footer-business {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 0 !important;
  width: 100% !important;
  padding-top: 18px !important;
}

body .site-common-footer .site-footer-business-item,
body .site-common-footer .site-footer-business-item:first-child,
body .site-common-footer .site-footer-business-item + .site-footer-business-item {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  min-width: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-left: 1px solid #d9dde4 !important;
  text-align: left !important;
}

body .site-common-footer .site-footer-business-item:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

body .site-common-footer .site-footer-business-item > .rq-material-icon,
body .site-common-footer .site-footer-address > .rq-material-icon {
  display: none !important;
}

body .site-common-footer .site-footer-business-item > span,
body .site-common-footer .site-footer-address > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body .site-common-footer .site-footer-business b,
body .site-common-footer .site-footer-address b,
body .site-common-footer .site-footer-business strong,
body .site-common-footer .site-footer-address strong {
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

body .site-common-footer .site-footer-address-mobile {
  display: inline-flex !important;
}

body .site-common-footer .site-footer-address-desktop {
  display: none !important;
}

body .site-common-footer .site-footer-lower {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e5e7eb !important;
}

body .site-common-footer .site-footer-copyright {
  margin: 0 !important;
  padding: 0 !important;
  color: #7b8491 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}

body .site-common-footer .site-footer-copyright::before {
  display: none !important;
}

@media (max-width: 760px) {
  body .site-common-footer.landing-footer {
    padding: 22px 20px 26px !important;
  }

  body .site-common-footer .site-footer-logo {
    width: 82px !important;
    max-width: 82px !important;
  }

  body .site-common-footer .site-footer-business {
    gap: 9px 0 !important;
  }

  body .site-common-footer .site-footer-business-item,
  body .site-common-footer .site-footer-business-item:first-child,
  body .site-common-footer .site-footer-business-item + .site-footer-business-item {
    padding: 0 9px !important;
  }

  body .site-common-footer .site-footer-business-item:first-child,
  body .site-common-footer .site-footer-business-item:nth-child(4) {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  body .site-common-footer .site-footer-business-item > span,
  body .site-common-footer .site-footer-address > span {
    gap: 5px !important;
  }

  body .site-common-footer .site-footer-business b,
  body .site-common-footer .site-footer-address b,
  body .site-common-footer .site-footer-business strong,
  body .site-common-footer .site-footer-address strong {
    font-size: 11px !important;
  }

  body .site-common-footer .site-footer-address-mobile {
    flex-basis: auto !important;
  }
}

/* 2026-07-28 mobile footer cleanup */
@media (max-width: 760px) {
  body .site-common-footer.landing-footer {
    border-top: 0 !important;
  }

  body .site-common-footer .site-footer-brand {
    display: none !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body .site-common-footer .site-footer-business {
    padding-top: 0 !important;
  }

  body .site-common-footer .site-footer-address-mobile,
  body .site-common-footer .site-footer-address-mobile > span {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  body .site-common-footer .site-footer-address-mobile {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    justify-self: auto !important;
  }

  body .site-common-footer .site-footer-lower {
    border-top: 0 !important;
  }
}

/* Let mobile business information flow like a paragraph instead of wrapping
   each metadata item as a separate flex frame. */
@media (max-width: 760px) {
  body .site-common-footer .site-footer-business {
    display: block !important;
    width: 100% !important;
    line-height: 1.8 !important;
  }

  body .site-common-footer .site-footer-business-item,
  body .site-common-footer .site-footer-business-item:first-child,
  body .site-common-footer .site-footer-business-item + .site-footer-business-item,
  body .site-common-footer .site-footer-address-mobile {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: normal !important;
  }

  body .site-common-footer .site-footer-business-item > span:not(.rq-material-icon),
  body .site-common-footer .site-footer-address > span:not(.rq-material-icon) {
    display: inline !important;
    white-space: normal !important;
  }

  body .site-common-footer .site-footer-business b,
  body .site-common-footer .site-footer-address b,
  body .site-common-footer .site-footer-business strong,
  body .site-common-footer .site-footer-address strong {
    display: inline !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  body .site-common-footer.landing-footer {
    padding-top: 32px !important;
  }

  body .site-common-footer .site-footer-lower {
    margin-top: 6px !important;
    padding-top: 0 !important;
  }
}
