/* BigHub 门户页脚备案块：对齐 Autumn _auth_site_filing_item 结构，适配门户主题色 */
.footer-copy .site-portal-footer-filings,
.footer-copy .site-portal-footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  max-width: 100%;
}
.footer-copy .site-footer-filing-unit {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.footer-copy .site-footer-item,
.footer-copy .site-filing-core {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.footer-copy .site-filing-affix {
  color: inherit;
  white-space: nowrap;
}
.footer-copy .site-filing-label {
  line-height: 1.4;
  white-space: nowrap;
}
.footer-copy .site-footer-sep {
  margin: 0 4px;
  color: var(--text-muted);
  user-select: none;
  flex-shrink: 0;
}
.footer-copy .site-filing-link,
.footer-copy .site-legal-link {
  color: var(--text-muted);
  text-decoration: none;
}
.footer-copy .site-filing-link:hover,
.footer-copy .site-legal-link:hover {
  color: var(--primary);
  text-decoration: underline;
}
.footer-copy .site-filing-text {
  color: var(--text-muted);
}
.footer-copy .site-psb-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: -2px;
}
