.site-page-footer {
    width: min(100%, 1040px) !important;
    margin: 0 auto !important;
    padding: 24px 16px calc(80px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(99, 125, 111, 0.12) !important;
    color: #787a78 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.site-page-footer .site-filing,
.site-page-footer .szrock-mailbox-footer-line {
    display: inline !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: 0 !important;
}

.site-page-footer .szrock-mailbox-footer-line::before {
    content: " · ";
}

.site-page-footer .szrock-mailbox-footer-entry {
    min-height: 30px;
    padding: 4px 2px !important;
    margin: 0 !important;
    color: #787a78 !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    vertical-align: baseline;
}

.site-page-footer .szrock-mailbox-footer-entry::before {
    content: "" !important;
}

.site-page-footer .szrock-mailbox-footer-entry:hover,
.site-page-footer .szrock-mailbox-footer-entry:focus-visible {
    color: #9cb7aa !important;
}
