#content {
    padding-bottom: 70px;
    height: 100vh;
}

footer#colophon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: transparent;
    z-index: 10;
    pointer-events: none;
}

footer#colophon > .polestar-container {
    max-width: unset;
    padding: 0 25px;
}

footer#colophon p {
    margin: 0;
    font-size: 11px;
    color: var(--header-color);
}

footer#colophon a {
    color: var(--header-color);
    pointer-events: all;
}

.site-footer .bottom-bar {
    display: none;
}