.stock-showcase-beian-footer {
  position: static;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  flex-wrap: wrap;
  min-height: 32px;
  margin-top: 18px;
  padding: 8px 14px;
  box-sizing: border-box;
  background: rgba(12, 18, 26, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 248, 252, 0.9);
  font-size: 12px;
  line-height: 1.45;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.stock-showcase-beian-footer a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(245, 248, 252, 0.95);
  text-decoration: none;
}

.stock-showcase-beian-footer a:hover {
  text-decoration: underline;
}

.stock-showcase-beian-separator {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(245, 248, 252, 0.42);
}

.stock-showcase-beian-police-icon {
  width: 16px;
  height: 17px;
  flex: 0 0 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E%3Cpath fill='%23e6edf5' d='M8 1.2 13.2 3v4.3c0 3.2-2.1 6.1-5.2 7.7-3.1-1.6-5.2-4.5-5.2-7.7V3L8 1.2Z'/%3E%3Cpath fill='%230f1720' d='M8 2.8 12 4.1v3.2c0 2.4-1.5 4.7-4 6.1-2.5-1.4-4-3.7-4-6.1V4.1l4-1.3Z'/%3E%3Cpath fill='%23e6edf5' d='M8 4.4 9 6.5l2.2.3-1.6 1.6.4 2.2L8 9.5l-2 1.1.4-2.2-1.6-1.6L7 6.5l1-2.1Z'/%3E%3C/svg%3E");
}

@media (max-width: 720px) {
  .stock-showcase-beian-footer {
    min-height: 40px;
    margin-top: 12px;
    margin-bottom: calc(74px + env(safe-area-inset-bottom));
    padding: 7px 10px;
    font-size: 11px;
    text-align: center;
    flex-wrap: wrap;
  }
}