/* Footer System foundation — cross-family isolation and interaction contract. */
.site-footer,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer.site-footer--homepage .site-footer__detail-group a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
