/* 公安备案警徽统一规范：控制尺寸、对齐与行高，减少图标与文字割裂 */
.beian-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

#footerIcp,
#footerPsb {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

#footerIcp a,
#footerPsb a {
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}

#footerPsb a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #footerPsb a {
    white-space: normal;
  }
}
