.site-filing-footer{position:fixed;left:0;right:0;bottom:2px;z-index:100;display:flex;align-items:center;justify-content:center;height:22px;padding:0 4px;box-sizing:border-box;background:transparent}
.site-filing-footer a{color:#52625a;font-size:13px;line-height:20px;white-space:nowrap;text-decoration:none}
.site-filing-footer a:hover{text-decoration:underline}
.site-filing-footer a:focus-visible{outline:2px solid #087f6b;outline-offset:2px}
@media(min-width:721px){
  body:has(.zuxo-shell:not([style*="display: none"]) > .rail) .site-filing-footer{right:auto;width:var(--rail-size,158px)}
  body:has(.site-filing-footer) .zuxo-shell > .rail{padding-bottom:28px}
}
@media(max-width:720px){
  .site-filing-footer{background:#f7faf9;bottom:0}
  body:has(.site-filing-footer) .workspace{height:calc(100dvh - 24px)}
}