.global-filing-footer {
  width: 100%;
  margin: 28px 0 0;
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(95, 78, 50, .18);
  color: #6f675a;
  background: rgba(255, 252, 246, .88);
  text-align: center;
  font: 13px/1.8 "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}

.global-filing-footer a {
  color: inherit;
  text-decoration: none;
}

.global-filing-footer a:hover,
.global-filing-footer a:focus-visible {
  color: #8f2f22;
  text-decoration: underline;
}

html[data-theme="dark"] .global-filing-footer,
body[data-theme="dark"] .global-filing-footer {
  border-top-color: rgba(226, 235, 246, .16);
  color: #b8c3d2;
  background: rgba(14, 20, 32, .92);
}
