.footer-copy.footer-copy-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}

.footer-copy-inline > span,
.footer-inner.api-legal-footer > span {
  white-space: nowrap;
}

.footer-inner.api-legal-footer {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0.25rem 1.5rem !important;
  text-align: center !important;
}

body:has(.sticky-banner.show) .site-footer .container {
  padding-bottom: calc(2rem + 76px);
}

@media (max-width: 1024px) {
  body:has(.sticky-banner.show) .site-footer .container {
    padding-bottom: calc(2rem + 160px);
  }
}

@media (max-width: 560px) {
  .footer-copy.footer-copy-inline,
  .footer-inner.api-legal-footer {
    gap: 0.2rem 0.8rem !important;
  }
}
