.pm-contract-footer-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pm-contract-footer-page > .pm-page {
    flex: 1 0 auto;
}

.pm-contract-footer-page > .pm-login-page {
    min-height: auto;
}

.pm-contract-footer {
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(155, 155, 165, .18);
    color: #9b9ba5;
    background: rgba(13, 13, 15, .72);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.pm-contract-footer span {
    font-weight: 800;
}

.pm-contract-footer a {
    color: #b8ff36;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.pm-contract-footer a:hover,
.pm-contract-footer a:focus-visible {
    text-decoration: underline;
}

.pm-contract-footer.is-runtime {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483500;
    min-height: 28px;
    padding: 5px 12px;
    border-top-color: rgba(184, 255, 54, .22);
    background: rgba(7, 7, 9, .88);
    backdrop-filter: blur(8px);
    font-size: 9px;
}

@media (max-width: 620px) {
    .pm-contract-footer {
        flex-direction: column;
        gap: 3px;
    }

    .pm-contract-footer.is-runtime {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pm-contract-footer.is-runtime span {
        display: none;
    }
}
