.footer__element {
    margin-top: 0;
}

.footer__header {
    margin-top: 1rem;
}

.footer__content {
    margin-top: 0.5rem;
}

.page-footer__column > :first-child .footer__header:first-child,
.page-footer__column > :first-child .footer__content:first-child {
    margin-top: 0;
}

@media (min-width: 48rem) {
    /* Rows */
    .page-footer__rows .rte-content > :last-child {
        margin-right: 0;
    }
    .page-footer__rows .rte-content > :first-child {
        margin-left: 0;
    }

    .page-footer__rows .footer__header {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 0.063rem;
        margin: -0.063rem;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0.063rem;
    }

    .page-footer__rows .footer__element {
        margin-top: 0;
    }
}
