.fbz-site-footer-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-top: 2rem;
  padding: 0 1rem 1.25rem;
  clear: both;
}

.fbz-site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e8f0;
  color: #6c757d;
  font-size: 0.8rem;
  line-height: 1.35;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.fbz-site-footer__copyright {
  flex: 1 1 12rem;
  min-width: 0;
}

.fbz-site-footer__version {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
