/* Shared by public entry pages and the workspace; stays in document flow. */
.site-filing-footer {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 100%;
    padding: 4px 12px;
    text-align: center;
    color: #94a3b8;
    font: 12px/1.6 "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.site-filing-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    max-width: 100%;
    padding: 2px 8px;
    color: inherit;
    font-size: 12px;
    text-decoration: none;
    overflow-wrap: anywhere;
    border-radius: 4px;
}

.site-filing-icon {
    display: block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
}

body[data-theme="light"] .site-filing-footer {
    color: #64748b;
}

.site-filing-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-filing-footer a:focus-visible {
    outline: 2px solid var(--accent-primary, #38bdf8);
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .site-filing-footer a { min-height: 44px; }
}
